Show / Hide Table of Contents

Class DateGroupItem

Inheritance
System.Object
DateGroupItem
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DateGroupItem : object

Properties

DateTimeGrouping

Declaration
public DateTimeGrouping DateTimeGrouping { get; set; }
Property Value
Type Description
DateTimeGrouping

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
Back to top Generated by DocFX