Enum DateTimeGroupingType
Represents grouping type applied for DateTime filter.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum DateTimeGroupingType : byte
Fields
Name | Description |
---|---|
day | Group by day. |
hour | Group by hour. |
minute | Group by minute. |
month | Group by month. |
second | Group by second. |
year | Group by year. |