20 #ifndef __com_sun_star_i18n_Calendar_idl__
21 #define __com_sun_star_i18n_Calendar_idl__
26 module
com { module sun { module star { module i18n {
40 sequence< CalendarItem >
Days;
44 sequence< CalendarItem >
Eras;
Definition: Ambiguous.idl:22
A calendar as returned in a sequence by XLocaleData::getAllCalendars().
Definition: Calendar.idl:38
sequence< CalendarItem > Months
the months of the year, see also CalendarItem.
Definition: Calendar.idl:42
sequence< CalendarItem > Eras
the possible eras, see also CalendarItem.
Definition: Calendar.idl:44
sequence< CalendarItem > Days
the days of the week, see also CalendarItem.
Definition: Calendar.idl:40
boolean Default
if this is the default calendar for a given locale.
Definition: Calendar.idl:50
string Name
the name of the calendar, for example, Gregorian.
Definition: Calendar.idl:52
string StartOfWeek
the ID of the day with which the week begins.
Definition: Calendar.idl:46
short MinimumNumberOfDaysForFirstWeek
how many days must reside in the first week of a year.
Definition: Calendar.idl:48