DateGrouping(DateTime, DateTimeGroupingType) Constructor
In This Article
Initializes a new instance of the DateGrouping class with the specified settings.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public DateGrouping(
DateTime value,
DateTimeGroupingType groupingType
)
#Parameters
Name | Type | Description |
---|---|---|
value | Date |
A Date |
grouping |
Date |
A Date |
See Also