Back to Devexpress

XlDateTimeGroupingType Enum

corelibraries-devexpress-dot-export-dot-xl-52acfb04.md

latest1.9 KB
Original Source

XlDateTimeGroupingType Enum

Lists grouping types used to specify the filter criteria for DateTime values.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlDateTimeGroupingType
vb
Public Enum XlDateTimeGroupingType

Members

NameDescription
Year

Groups the DateTime values by year.

| | Month |

Groups the DateTime values by month.

| | Day |

Groups the DateTime values by day.

| | Hour |

Groups the DateTime values by hour.

| | Minute |

Groups the DateTime values by minute.

| | Second |

Groups the DateTime values by second.

|

The following properties accept/return XlDateTimeGroupingType values:

Remarks

The values listed by this enumeration are used to construct an XlDateGroupItem object that specifies a date and time filter value. Subsequently, it is the value of the XlDateGroupItem.GroupingType property.

See Also

DevExpress.Export.Xl Namespace