Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotGroupingValue(DateTime) Constructor

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

Namespace: DevExpress.Spreadsheet

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

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