PivotGroupingValue(DateTime) Constructor
Initializes a new instance of the class with the specified DateTime value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | DateTime | A DateTime value to convert to the PivotGroupingValue instance. |
Remarks
Converts a DateTime value to the PivotGroupingValue instance. The specified DateTime value is assigned to the PivotGroupingValue.DateTimeValue property.
See Also