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

ParameterValue.DateTimeValue Property

Gets the parameter as the DateTime value.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public DateTime DateTimeValue { get; }

Property Value

Type Description
DateTime

A DateTime value.

See Also