Class DateWindow1904Record

  • All Implemented Interfaces:
    org.apache.poi.common.Duplicatable, GenericRecord

    public final class DateWindow1904Record
    extends StandardRecord
    Flag specifying whether 1904 date windowing is used.
    • Constructor Detail

      • DateWindow1904Record

        public DateWindow1904Record()
    • Method Detail

      • setWindowing

        public void setWindowing​(short window)
        sets whether or not to use 1904 date windowing (which means you'll be screwed in 2004)
        Parameters:
        window - flag - 0/1 (false,true)
      • getWindowing

        public short getWindowing()
        gets whether or not to use 1904 date windowing (which means you'll be screwed in 2004)
        Returns:
        window flag - 0/1 (false,true)
      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()