DateTimeGroupingValues Enumeration

Date Time Grouping

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration DateTimeGroupingValues
'Usage
Dim instance As DateTimeGroupingValues
public enum DateTimeGroupingValues

Members

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".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace