Aspose::Cells::DateTimeGroupingType enum
DateTimeGroupingType enum
Specifies how to group dateTime values.
enum class DateTimeGroupingType
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. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++