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

interface XCalendar3
Base Interfaces
XCalendar3XExtendedCalendarXCalendar

XExtendedCalendar
(referenced interface's summary:)
This interface provides access to locale specific calendar systems.
Description
This interface provides access to locale specific calendar systems.

It is derived from XExtendedCalendar and provides additional methods to obtain Calendar2 items that include the possessive genitive case month names and sequences of CalendarItem2 items..

Since
LibreOffice 3.5

Methods' Summary
getLoadedCalendar2 Get the currently loaded Calendar2
getDays2 returns a sequence of CalendarItem2 describing the day names.  
getMonths2 returns a sequence of CalendarItem2 describing the month names.  
getGenitiveMonths2 returns a sequence of CalendarItem2 describing the genitive case month names.  
getPartitiveMonths2 returns a sequence of CalendarItem2 describing the partitive case month names.  
Methods' Details
getLoadedCalendar2
Calendar2
getLoadedCalendar2();

Description
Get the currently loaded Calendar2.
getDays2
sequence< CalendarItem2 >
getDays2();

Description
returns a sequence of CalendarItem2 describing the day names.
getMonths2
sequence< CalendarItem2 >
getMonths2();

Description
returns a sequence of CalendarItem2 describing the month names.
getGenitiveMonths2
sequence< CalendarItem2 >
getGenitiveMonths2();

Description
returns a sequence of CalendarItem2 describing the genitive case month names.
getPartitiveMonths2
sequence< CalendarItem2 >
getPartitiveMonths2();

Description
returns a sequence of CalendarItem2 describing the partitive case month names.
Top of Page