Skip to main content
Row

PivotGroupingValue.Implicit(DateTime to PivotGroupingValue) Operator

Implicitly converts a DateTime object to a PivotGroupingValue instance.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static implicit operator PivotGroupingValue(DateTime value)

Parameters

Name Type Description
value DateTime

A DateTime value to be converted to a PivotGroupingValue object.

Returns

Type Description
PivotGroupingValue

A PivotGroupingValue object that is the result of conversion.

See Also