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

struct Calendar2

Elements' Summary
Days The days of the week. 
Months The months of the year. 
GenitiveMonths The months of the year in possessive genitive case. 
PartitiveMonths The months of the year in partitive case. 
Eras The possible eras. 
StartOfWeek The ID of the day with which the week begins. 
MinimumNumberOfDaysForFirstWeek How many days must reside in the first week of a year. 
Default If this is the default calendar for a given locale. 
Name The name of the calendar, for example, Gregorian
Elements' Details
Days
sequence< CalendarItem2 > Days;
Description
The days of the week.
Months
sequence< CalendarItem2 > Months;
Description
The months of the year.
GenitiveMonths
sequence< CalendarItem2 > GenitiveMonths;
Description
The months of the year in possessive genitive case.
PartitiveMonths
sequence< CalendarItem2 > PartitiveMonths;
Description
The months of the year in partitive case.
Eras
sequence< CalendarItem2 > Eras;
Description
The possible eras.
StartOfWeek
string StartOfWeek;
Description
The ID of the day with which the week begins.
MinimumNumberOfDaysForFirstWeek
short MinimumNumberOfDaysForFirstWeek;
Description
How many days must reside in the first week of a year.
Default
boolean Default;
Description
If this is the default calendar for a given locale.
Name
string Name;
Description
The name of the calendar, for example, Gregorian.
Top of Page