LibreOffice
LibreOffice 24.2 SDK API Reference
|
Constants for days of a week. More...
Variables | |
const short | SUNDAY = 0 |
Sunday. More... | |
const short | MONDAY = 1 |
Monday. More... | |
const short | TUESDAY = 2 |
Tuesday. More... | |
const short | WEDNESDAY = 3 |
Wednesday. More... | |
const short | THURSDAY = 4 |
Thursday. More... | |
const short | FRIDAY = 5 |
Friday. More... | |
const short | SATURDAY = 6 |
Saturday. More... | |
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.