Top   Module   Use   Manual   Index 

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

constants group CalendarDisplayIndex


Description
Values to be passed to XCalendar::getDisplayName() .


Constants

const short AM_PM = = 0;
const short DAY = = 1;
const short MONTH = = 2;
const short YEAR = = 3;
const short ERA = = 4;
Top of Page