| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Calendar items as returned in a sequence by XLocaleData3::getAllCalendars2(). More...
import "Calendar2.idl";
| Public Types | |
| typedef sequence< CalendarItem2 > | Days | 
| The days of the week. | |
| typedef sequence< CalendarItem2 > | Months | 
| The months of the year. | |
| typedef sequence< CalendarItem2 > | GenitiveMonths | 
| The months of the year in possessive genitive case. | |
| typedef sequence< CalendarItem2 > | PartitiveMonths | 
| The months of the year in partitive case. | |
| typedef sequence< CalendarItem2 > | Eras | 
| The possible eras. | |
| Public Attributes | |
| string | StartOfWeek | 
| The ID of the day with which the week begins. | |
| short | MinimumNumberOfDaysForFirstWeek | 
| How many days must reside in the first week of a year. | |
| boolean | Default | 
| If this is the default calendar for a given locale. | |
| string | Name | 
| The name of the calendar, for example, Gregorian. | |
Calendar items as returned in a sequence by XLocaleData3::getAllCalendars2().
Similar to com::sun::star::i18n::Calendar this provides additional members with a sequence of possessive (genitive case) and partitive case month names for locales that use them, for example Slavic locales. If a locale does not provide the possessive form in GenitiveMonths, the names are identical to the nominative case nouns in Calendar::Months. If a locale does not provide the partitive case in PartitiveMonths, the names are identical to GenitiveMonths.
The sequences are of type com::sun::star::i18n::CalendarItem2 instead of com::sun::star::i18n::CalendarItem, with the additional NarrowName member.
| sequence< CalendarItem2 > Days | 
The days of the week.
| sequence< CalendarItem2 > Eras | 
The possible eras.
| sequence< CalendarItem2 > GenitiveMonths | 
The months of the year in possessive genitive case.
| sequence< CalendarItem2 > Months | 
The months of the year.
| sequence< CalendarItem2 > PartitiveMonths | 
The months of the year in partitive case.
| boolean Default | 
If this is the default calendar for a given locale.
| short MinimumNumberOfDaysForFirstWeek | 
How many days must reside in the first week of a year.
| string Name | 
The name of the calendar, for example, Gregorian.
| string StartOfWeek | 
The ID of the day with which the week begins.