_Workbook.Date1904 Property
True if the workbook uses the 1904 date system. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Date1904 As Boolean
Get
Set
'Usage
Dim instance As _Workbook
Dim value As Boolean
value = instance.Date1904
instance.Date1904 = value
bool Date1904 { get; set; }
Property Value
Type: System.Boolean