Date1904 Property (IWorkbook)
Gets or sets whether the date system used to convert a date to a serial value starts since 1/1/1904.
bool Date1904 {get; set;}
'Declaration
Property Date1904 As Boolean
'Usage
Dim instance As IWorkbook
Dim value As Boolean
instance.Date1904 = value
value = instance.Date1904
Property Value
true
, if the date system starts in 1904; otherwise,
false
. Default is
false
.