SpreadsheetGear 2017
Date1904 Property (IWorkbook)






SpreadsheetGear Namespace > IWorkbook Interface : Date1904 Property
Returns true if dates are represented as the number of days since 1/1/1904, false if dates are represented as the number of days since 12/31/1899.
Syntax
'Declaration
 
ReadOnly Property Date1904 As System.Boolean
'Usage
 
Dim instance As IWorkbook
Dim value As System.Boolean
 
value = instance.Date1904
System.bool Date1904 {get;}
read-only property Date1904: System.Boolean; 
function get Date1904 : System.boolean
__property System.bool get_Date1904();
property System.bool Date1904 {
   System.bool get();
}
Remarks
The default value is false. Note that, for historical reasons, 1900 is incorrectly considered to be a leap year.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbook Interface
IWorkbook Members