Workbook.Date1904 Property (2007 System)

Gets or sets a value that indicates whether the workbook uses the 1904 date system.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Property Date1904 As Boolean
'Usage
Dim instance As Workbook 
Dim value As Boolean 

value = instance.Date1904

instance.Date1904 = value
public bool Date1904 { get; set; }
public:
property bool Date1904 {
    bool get ();
    void set (bool value);
}
public function get Date1904 () : boolean 
public function set Date1904 (value : boolean)

Property Value

Type: System.Boolean
true if the workbook uses the 1904 date system; otherwise, false.

.NET Framework Security

See Also

Reference

Workbook Class

Workbook Members

Microsoft.Office.Tools.Excel Namespace