DateTimeGroupingType
DateTimeGroupingType enumeration
Specifies how to group dateTime values.
Values
Name | Value | Description |
---|---|---|
Day | 0 | Group by day. |
Hour | 1 | Group by hour. |
Minute | 2 | Group by Minute. |
Month | 3 | Group by Month. |
Second | 4 | Group by Second. |
Year | 5 | Group by Year. |