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.
  • Field Details

  • Constructor Details

    • DateWindow1904Record

      public DateWindow1904Record()
    • DateWindow1904Record

      public DateWindow1904Record(DateWindow1904Record other)
    • DateWindow1904Record

      public DateWindow1904Record(RecordInputStream in)
  • Method Details

    • 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)
    • serialize

      public void serialize(LittleEndianOutput out)
    • 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
    • copy

      public DateWindow1904Record copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class StandardRecord
    • getGenericRecordType

      public HSSFRecordTypes getGenericRecordType()
      Specified by:
      getGenericRecordType in interface GenericRecord
      Specified by:
      getGenericRecordType in class Record
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()