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

ValueObject.GetDateTimeValue(Boolean) Method

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

Namespace: DevExpress.Spreadsheet

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

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