Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XExtendedCalendar
Base Interfaces
XExtendedCalendarXCalendar

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

It is derived from XCalendar and provides additional functionality to display parts of the date currently set at the calendar.

Since
OOo 1.1.2
Developers Guide
OfficeDev - Overview and Using the API - XExtendedCalendar

Methods' Summary
getDisplayString Returns a string (number or name to display) matching the given code constant.  
Methods' Details
getDisplayString
string
getDisplayString( [in] long  nCalendarDisplayCode,
[in] short  nNativeNumberMode );

Description
Returns a string (number or name to display) matching the given code constant.

Note that the string returned depends completely on the locale's calendar. It is not predictable if the string will be numeric or a name, or if in case it retuns a numeric string how many digits that will have. For example, a short year display string will normally be two digits with a Gregorian calendar, but with a Jewish calendar it will have three digits.

Parameter nCalendarDisplayCode
One of CalendarDisplayCode
Parameter nNativeNumberMode
One of NativeNumberMode.
This argument designates the basic transliteration mode as if specified for the year representation. However, depending on the locale, different conversions for year and month, for example, may be chosen internally. This is beyond the user's control and depends on locale specific conventions of how a date is assembled.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.