Returns or sets a value that indicates whether the Workbook uses the 1904 date system. Read/write boolean. (Default value is False)
Syntax
property Date1904: boolean;
Example
This example sets 1904 date system for a Workbook.
Workbook.Date1904 := true;