ParameterValue.ToDateTime(Boolean) Method
Gets the parameter value as the DateTime calculated using the specified date system.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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