Skip to main content

ParameterValue.ToDateTime(Boolean) Method

Gets the parameter value as the DateTime calculated using the specified date system.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public DateTime ToDateTime(
    bool use1904DateSystem
)

Parameters

Name Type Description
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
DateTime

A DateTime value.

See Also