XlDateTimeGroupingType Enum
Lists grouping types used to specify the filter criteria for DateTime values.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Year
|
Groups the Date |
Month
|
Groups the Date |
Day
|
Groups the Date |
Hour
|
Groups the Date |
Minute
|
Groups the Date |
Second
|
Groups the Date |
#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.