10 #ifndef __com_sun_star_i18n_XCalendar4_idl__
11 #define __com_sun_star_i18n_XCalendar4_idl__
13 #include <com/sun/star/i18n/Calendar3.idl>
16 module
com { module sun { module star { module i18n {
84 [in]
string TimeZone );
This interface provides access to locale specific calendar systems.
Definition: XCalendar3.idl:34
This interface provides access to locale specific calendar systems.
Definition: XCalendar4.idl:29
void loadCalendarTZ([in] string uniqueID, [in] ::com::sun::star::lang::Locale rLocale, [in] string TimeZone)
Load a specific calendar for the given locale with a given time zone.
void loadDefaultCalendarTZ([in] ::com::sun::star::lang::Locale rLocale, [in] string TimeZone)
Load the default calendar for the given locale with a given time zone.
double getLocalDateTime()
Get the local date/time as an offset to the start of the calendar at 1-Jan-1970 00:00.
void setLocalDateTime([in] double TimeInDays)
Set the local date/time as an offset to the start of the calendar at 1-Jan-1970 00:00.
Definition: Ambiguous.idl:22
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:38