corelibraries-devexpress-dot-export-dot-xl-52acfb04.md
Lists grouping types used to specify the filter criteria for DateTime values.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlDateTimeGroupingType
Public Enum XlDateTimeGroupingType
| 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.
|
The following properties accept/return XlDateTimeGroupingType values:
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.
See Also