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

ParameterValue.FromDateTime(DateTime, Boolean) Method

Creates the parameter from the DateTime value.

Namespace: DevExpress.Spreadsheet.Functions

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

Declaration

public static ParameterValue FromDateTime(
    DateTime value,
    bool use1904DateSystem
)

Parameters

Name Type Description
value DateTime

A DateTime value used to create a parameter.

use1904DateSystem Boolean

true, to specify the 1904 date system (which starts from January 2, 1904 and is compatible with Excel for Macintosh); otherwise, false.

Returns

Type Description
ParameterValue

A ParameterValue instance.

Remarks

By default, Excel for Windows uses the 1900 date system which starts from January 1, 1900.

See Also