LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
Calendar Struct Referencepublished

A calendar as returned in a sequence by XLocaleData::getAllCalendars(). More...

import"Calendar.idl";

Public Attributes

sequence< CalendarItemDays
 the days of the week, see also CalendarItem. More...
 
sequence< CalendarItemMonths
 the months of the year, see also CalendarItem. More...
 
sequence< CalendarItemEras
 the possible eras, see also CalendarItem. More...
 
string StartOfWeek
 the ID of the day with which the week begins. More...
 
short MinimumNumberOfDaysForFirstWeek
 how many days must reside in the first week of a year. More...
 
boolean Default
 if this is the default calendar for a given locale. More...
 
string Name
 the name of the calendar, for example, Gregorian. More...
 

Detailed Description

A calendar as returned in a sequence by XLocaleData::getAllCalendars().

See also
XLocaleData for links to DTD of XML locale data files.

Member Data Documentation

◆ Days

sequence< CalendarItem > Days

the days of the week, see also CalendarItem.

◆ Default

boolean Default

if this is the default calendar for a given locale.

◆ Eras

sequence< CalendarItem > Eras

the possible eras, see also CalendarItem.

◆ MinimumNumberOfDaysForFirstWeek

short MinimumNumberOfDaysForFirstWeek

how many days must reside in the first week of a year.

◆ Months

sequence< CalendarItem > Months

the months of the year, see also CalendarItem.

◆ Name

string Name

the name of the calendar, for example, Gregorian.

◆ StartOfWeek

string StartOfWeek

the ID of the day with which the week begins.


The documentation for this struct was generated from the following file: