ASP.NET Core 10.1.11
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class DateTimeInfo

Represents detailed information about a specific date and time.

Inheritance
System.Object
DateTimeInfo
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public class DateTimeInfo : Object

Constructors

DateTimeInfo()

Declaration
public DateTimeInfo()

Properties

Day

Gets or sets the day component of the date and time.

Declaration
public int Day { get; set; }
Property Value
Type Description
System.Int32

An System.Int32 representing the day of the month.

Hour

Gets or sets the hour component of the date and time.

Declaration
public int Hour { get; set; }
Property Value
Type Description
System.Int32

An System.Int32 representing the hour.

Minute

Gets or sets the minute component of the date and time.

Declaration
public int Minute { get; set; }
Property Value
Type Description
System.Int32

An System.Int32 representing the minute.

Month

Gets or sets the month component of the date and time.

Declaration
public int Month { get; set; }
Property Value
Type Description
System.Int32

An System.Int32 representing the month.

Second

Gets or sets the second component of the date and time.

Declaration
public int Second { get; set; }
Property Value
Type Description
System.Int32

An System.Int32 representing the second.

Year

Gets or sets the year component of the date and time.

Declaration
public int Year { get; set; }
Property Value
Type Description
System.Int32

An System.Int32 representing the year.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved