21module
com { module sun { module star { module i18n {
35 sequence< CalendarItem >
Days;
39 sequence< CalendarItem >
Eras;
Definition Ambiguous.idl:20
A calendar as returned in a sequence by XLocaleData::getAllCalendars().
Definition Calendar.idl:33
sequence< CalendarItem > Months
the months of the year, see also CalendarItem.
Definition Calendar.idl:37
sequence< CalendarItem > Eras
the possible eras, see also CalendarItem.
Definition Calendar.idl:39
sequence< CalendarItem > Days
the days of the week, see also CalendarItem.
Definition Calendar.idl:35
boolean Default
if this is the default calendar for a given locale.
Definition Calendar.idl:45
string Name
the name of the calendar, for example, Gregorian.
Definition Calendar.idl:47
string StartOfWeek
the ID of the day with which the week begins.
Definition Calendar.idl:41
short MinimumNumberOfDaysForFirstWeek
how many days must reside in the first week of a year.
Definition Calendar.idl:43