|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.biff.RecordData | +--jxl.read.biff.NineteenFourRecord
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 |
|
Field Detail |
private boolean nineteenFour
Constructor Detail |
public NineteenFourRecord(Record t)
t
- the raw dataMethod Detail |
public boolean is1904()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |