Constants for days of a week. More...
| Variables | |
| const short | SUNDAY = 0 | 
| Sunday. | |
| const short | MONDAY = 1 | 
| Monday. | |
| const short | TUESDAY = 2 | 
| Tuesday. | |
| const short | WEDNESDAY = 3 | 
| Wednesday. | |
| const short | THURSDAY = 4 | 
| Thursday. | |
| const short | FRIDAY = 5 | 
| Friday. | |
| const short | SATURDAY = 6 | 
| Saturday. | |
Constants for days of a week.
used with XCalendar::getFirstDayOfWeek(), XCalendar::setFirstDayOfWeek() and XCalendar::getDisplayName()
| const short FRIDAY = 5 | 
Friday.
| const short MONDAY = 1 | 
Monday.
| const short SATURDAY = 6 | 
Saturday.
| const short SUNDAY = 0 | 
Sunday.
| const short THURSDAY = 4 | 
Thursday.
| const short TUESDAY = 2 | 
Tuesday.
| const short WEDNESDAY = 3 | 
Wednesday.