XlDateTimeGroupingType Enum
Lists grouping types used to specify the filter criteria for DateTime values.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Members
Name | Description |
---|---|
Year
|
Groups the DateTime values by year. |
Month
|
Groups the DateTime values by month. |
Day
|
Groups the DateTime values by day. |
Hour
|
Groups the DateTime values by hour. |
Minute
|
Groups the DateTime values by minute. |
Second
|
Groups the DateTime values by second. |
Related API Members
The following properties accept/return XlDateTimeGroupingType values:
Remarks
The values listed by this enumeration are used to construct an XlDateGroupItem object that specifies a date and time filter value. Subsequently, it is the value of the XlDateGroupItem.GroupingType property.