Top   Module   Use   Manual   Index 

com :: sun :: star :: i18n ::

struct Calendar


Description
A calendar as loaded from locale data.

A sequence of Calendars is returned by calls to XLocaleData::getAllCalendars() .



Elements

sequence< com::sun::star::i18n::CalendarItem > Days
Description
the days of the week, see also CalendarItem .
sequence< com::sun::star::i18n::CalendarItem > Months
Description
the months of the year, see also CalendarItem .
sequence< com::sun::star::i18n::CalendarItem > Eras
Description
the possible eras, see also CalendarItem .
string StartOfWeek
Description
the ID of the day with which the week begins.
short MinimumNumberOfDaysForFirstWeek
Description
how many days must reside in the first week of a year.
boolean Default
Description
if this is the default calendar for a given locale.
string Name
Description
the name of the calendar, for example, gregorian .
Top of Page