Class DateTimeInfo
Inheritance
System.Object
DateTimeInfo
Assembly: BoldReports.Web.dll
Syntax
public class DateTimeInfo : Object
Constructors
DateTimeInfo()
Declaration
Properties
Day
Declaration
public int Day { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Hour
Declaration
public int Hour { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Minute
Declaration
public int Minute { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Month
Declaration
public int Month { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Second
Declaration
public int Second { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Year
Declaration
public int Year { get; set; }
Property Value
Type |
Description |
System.Int32 |
|