DateTimeGroupingValues enumeration
Office 2013 and later
Date Time Grouping
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Year | Group by Year. When the item is serialized out as xml, its value is "year". | |
| Month | Month. When the item is serialized out as xml, its value is "month". | |
| Day | Day. When the item is serialized out as xml, its value is "day". | |
| Hour | Group by Hour. When the item is serialized out as xml, its value is "hour". | |
| Minute | Group by Minute. When the item is serialized out as xml, its value is "minute". | |
| Second | Second. When the item is serialized out as xml, its value is "second". |
Show: