Skip to main content
Row

PivotGroupingValue(DateTime) Constructor

Initializes a new instance of the class with the specified DateTime value.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public PivotGroupingValue(
    DateTime value
)

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