Serialized Form


Package org.jfree.workbook.date

Class org.jfree.workbook.date.SerialDate implements Serializable

Serialized Fields

description

java.lang.String description
A description for the date.

Class org.jfree.workbook.date.SpreadsheetDate implements Serializable

Serialized Fields

serial

int serial
The day number (1-Jan-1900 = 2, 2-Jan-1900 = 3, ..., 31-Dec-9999 = 2958465).


day

int day
The day of the month (1 to 28, 29, 30 or 31 depending on the month).


month

int month
The month of the year (1 to 12).


year

int year
The year (1900 to 9999).


description

java.lang.String description
An optional description for the date.