ParameterValue.FromDateTime(DateTime, Boolean) Method
Creates the parameter from the DateTime value.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | DateTime | A DateTime value used to create a parameter. |
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 |
---|---|
ParameterValue | A ParameterValue instance. |
Remarks
By default, Excel for Windows uses the 1900 date system which starts from January 1, 1900.
See Also