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

ParameterValue.ToDateTime(Boolean) Method

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

Namespace: DevExpress.Spreadsheet.Functions

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

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