Class DateGroupItem
Inheritance
System.Object
DateGroupItem
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DateGroupItem : object
Properties
DateTimeGrouping
Declaration
public DateTimeGrouping DateTimeGrouping { get; set; }
Property Value
Day
Declaration
public int? Day { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Hour
Declaration
public int? Hour { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Minute
Declaration
public int? Minute { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Month
Declaration
public int? Month { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Second
Declaration
public int? Second { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Year
Declaration
public int Year { get; set; }
Property Value
Type |
Description |
System.Int32 |
|