Class DateTimeInfo
Inheritance
System.Object
DateTimeInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Wpf.dll
Syntax
public class DateTimeInfo
Constructors
DateTimeInfo()
Declaration
public DateTimeInfo()
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 |