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

XlDateGroupItem(DateTime, XlDateTimeGroupingType) Constructor

Initializes a new instance of the XlDateGroupItem class with the specified settings.

Namespace: DevExpress.Export.Xl

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

Declaration

public XlDateGroupItem(
    DateTime value,
    XlDateTimeGroupingType groupingType
)

Parameters

Name Type Description
value DateTime

A DateTime value which is used to specify a filter criteria according to the grouping type.

groupingType XlDateTimeGroupingType

A XlDateTimeGroupingType enumeration member that specifies what part of the DateTime value is used in the criteria.

See Also