Skip to main content
Row

ValueObject.GetDateTimeValue(Boolean) Method

Converts the object’s value to DateTime and returns the result.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public DateTime GetDateTimeValue(
    bool use1904DateSystem
)

Parameters

Name Type Description
use1904DateSystem Boolean

true, if the 1904 date system is used; otherwise, false.

Returns

Type Description
DateTime

A DateTime object.

See Also