jxl.read.biff
Class NineteenFourRecord

java.lang.Object
  |
  +--jxl.biff.RecordData
        |
        +--jxl.read.biff.NineteenFourRecord

class NineteenFourRecord
extends RecordData

Identifies the date system as the 1904 system or not


Field Summary
private  boolean nineteenFour
          The base year for dates
 
Fields inherited from class jxl.biff.RecordData
code, record
 
Constructor Summary
NineteenFourRecord(Record t)
          Constructs this object from the raw data
 
Method Summary
 boolean is1904()
          Accessor to see whether this spreadsheets dates are based around 1904
 
Methods inherited from class jxl.biff.RecordData
getCode, getRecord
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

nineteenFour

private boolean nineteenFour
The base year for dates
Constructor Detail

NineteenFourRecord

public NineteenFourRecord(Record t)
Constructs this object from the raw data
Parameters:
t - the raw data
Method Detail

is1904

public boolean is1904()
Accessor to see whether this spreadsheets dates are based around 1904
Returns:
true if this workbooks dates are based around the 1904 date system