Description: Flag specifying whether 1904 date windowing is used. (tick toc tick toc...BOOM!)
REFERENCE: PG 280 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)
@author Andrew C. Oliver (acoliver at apache dot org) @version 2.0-pre
1223122412251226122712281229123012311232
/** * creates the DateWindow1904 record with windowing set to 0. (don't window) */ private static DateWindow1904Record createDateWindow1904() { DateWindow1904Record retval = new DateWindow1904Record(); retval.setWindowing(( short ) 0); // don't EVER use 1904 date windowing...tick tock.. return retval; }
1221122212231224122512261227122812291230
1261126212631264126512661267126812691270