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

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

import"Calendar.idl";

Public Types

typedef sequence< CalendarItemDays
 the days of the week, see also CalendarItem. More...
 
typedef sequence< CalendarItemMonths
 the months of the year, see also CalendarItem. More...
 
typedef sequence< CalendarItemEras
 the possible eras, see also CalendarItem. More...
 

Public Attributes

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 Typedef Documentation

◆ Days

sequence< CalendarItem > Days

the days of the week, see also CalendarItem.

◆ Eras

sequence< CalendarItem > Eras

the possible eras, see also CalendarItem.

◆ Months

sequence< CalendarItem > Months

the months of the year, see also CalendarItem.

Member Data Documentation

◆ Default

boolean Default

if this is the default calendar for a given locale.

◆ MinimumNumberOfDaysForFirstWeek

short MinimumNumberOfDaysForFirstWeek

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

◆ 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: