Click or drag to resize

DateTimeGroupingValues Enumeration

Date Time Grouping

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum DateTimeGroupingValues
Members
Member nameValueDescription
Year0 Group by Year.

When the item is serialized out as xml, its value is "year".

Month1 Month.

When the item is serialized out as xml, its value is "month".

Day2 Day.

When the item is serialized out as xml, its value is "day".

Hour3 Group by Hour.

When the item is serialized out as xml, its value is "hour".

Minute4 Group by Minute.

When the item is serialized out as xml, its value is "minute".

Second5 Second.

When the item is serialized out as xml, its value is "second".

See Also