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

ValueObject.FromDateTime(DateTime, Boolean) Method

Creates the ValueObject instance from the DateTime object using the specified date system.

Namespace: DevExpress.Spreadsheet

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

Declaration

public static ValueObject FromDateTime(
    DateTime value,
    bool use1904DateSystem
)

Parameters

Name Type Description
value DateTime

A DateTime object.

use1904DateSystem Boolean

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

Returns

Type Description
ValueObject

A ValueObject instance.

See Also