LibreOffice
LibreOffice 24.2 SDK API Reference
|
A calendar as returned in a sequence by XLocaleData::getAllCalendars(). More...
import"Calendar.idl";
Public Attributes | |
sequence< CalendarItem > | Days |
the days of the week, see also CalendarItem. More... | |
sequence< CalendarItem > | Months |
the months of the year, see also CalendarItem. More... | |
sequence< CalendarItem > | Eras |
the possible eras, see also CalendarItem. More... | |
string | StartOfWeek |
the ID of the day with which the week begins. More... | |
short | MinimumNumberOfDaysForFirstWeek |
how many days must reside in the first week of a year. More... | |
boolean | Default |
if this is the default calendar for a given locale. More... | |
string | Name |
the name of the calendar, for example, Gregorian. More... | |
A calendar as returned in a sequence by XLocaleData::getAllCalendars().
sequence< CalendarItem > Days |
the days of the week, see also CalendarItem.
boolean Default |
if this is the default calendar for a given locale.
sequence< CalendarItem > Eras |
the possible eras, see also CalendarItem.
short MinimumNumberOfDaysForFirstWeek |
how many days must reside in the first week of a year.
sequence< CalendarItem > Months |
the months of the year, see also CalendarItem.
string Name |
the name of the calendar, for example, Gregorian.
string StartOfWeek |
the ID of the day with which the week begins.