ValueObject.GetDateTimeValue(Boolean) Method
Converts the object’s value to DateTime and returns the result.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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