Top   Module   Use   Manual   Index 

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

constants group Weekdays


Description
constants for days of a week.


Constants

const short SUNDAY = = 0;
const short MONDAY = = 1;
const short TUESDAY = = 2;
const short WEDNESDAY = = 3;
const short THURSDAY = = 4;
const short FRIDAY = = 5;
const short SATURDAY = = 6;
Top of Page