Skip to main content
A newer version of this page is available. .

XlDateTimeGroupingType Enum

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public enum XlDateTimeGroupingType

Members

Name Description
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.

Related API Members

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