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

CalculationOptions.Use1904DateSystem Property

Gets or sets whether the date system used to convert a date to a serial value starts in 1904.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool Use1904DateSystem { get; set; }

Property Value

Type Description
Boolean

true, if the date system starts in 1904; otherwise, false. Default is false.

Property Paths

You can access this nested property as listed below:

Object Type Path to Use1904DateSystem
DocumentSettings
.Calculation.Use1904DateSystem

Remarks

False value indicates that calculations use the 1900 date system, where 1/1/1900 is the first day in the system.

See Also