Class DateTimeGroupingType
Represents grouping type applied for DateTime filter.
Inheritance
System.Object
DateTimeGroupingType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class DateTimeGroupingType : Enum
Fields
day
Group by day.
Declaration
public const DateTimeGroupingType day
Field Value
Type |
---|
DateTimeGroupingType |
hour
Group by hour.
Declaration
public const DateTimeGroupingType hour
Field Value
Type |
---|
DateTimeGroupingType |
minute
Group by minute.
Declaration
public const DateTimeGroupingType minute
Field Value
Type |
---|
DateTimeGroupingType |
month
Group by month.
Declaration
public const DateTimeGroupingType month
Field Value
Type |
---|
DateTimeGroupingType |
second
Group by second.
Declaration
public const DateTimeGroupingType second
Field Value
Type |
---|
DateTimeGroupingType |
year
Group by year.
Declaration
public const DateTimeGroupingType year
Field Value
Type |
---|
DateTimeGroupingType |