Top   Module   Use   Manual   Index 

com :: sun :: star :: i18n ::

constants group CalendarFieldIndex


Description
Field indexes to be passed to various XCalendar methods.

Field is writable only if marked both Get/Set.



Constants

const short AM_PM = = 0;
Description
Get AmPmValue .
const short DAY_OF_MONTH = = 1;
Description
Get/Set [1-31]
const short DAY_OF_WEEK = = 2;
Description
Get [0-6]
const short DAY_OF_YEAR = = 3;
Description
Get
const short DST_OFFSET = = 4;
Description
Get/Set daylight saving time offset in minutes.
const short HOUR = = 5;
Description
Get/Set [0-23]
const short MINUTE = = 6;
Description
Get/Set [0-59]
const short SECOND = = 7;
Description
Get/Set [0-59]
const short MILLISECOND = = 8;
Description
Get/Set [0-999]
const short WEEK_OF_MONTH = = 9;
Description
Get
const short WEEK_OF_YEAR = = 10;
Description
Get
const short YEAR = = 11;
Description
Get/Set
const short MONTH = = 12;
Description
Get/Set [0-...]
const short ERA = = 13;
Description
Get/Set
Top of Page