DateTimeGroupingType Enum
Lists grouping types used to specify filter criteria for DateTime values.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
None
|
The Date |
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 DateTimeGroupingType values:
#Remarks
The DateTimeGroupingType is the value of the DateGrouping.GroupingType property. It is used to construct a DateGrouping filter criterion and sets the bottom interval of the DateTime value specified by the DateGrouping.Value property.