LibreOffice
LibreOffice 24.2 SDK API Reference
XCalendar4.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
9 
10 
11 module com { module sun { module star { module i18n {
12 
13 
14 
24 {
34  void setLocalDateTime( [in] double TimeInDays );
35 
45  double getLocalDateTime();
46 
58  void loadDefaultCalendarTZ( [in] ::com::sun::star::lang::Locale rLocale, [in] string TimeZone );
59 
77  void loadCalendarTZ( [in] string uniqueID,
78  [in] ::com::sun::star::lang::Locale rLocale,
79  [in] string TimeZone );
80 
81 };
82 
83 }; }; }; };
84 
85 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
This interface provides access to locale specific calendar systems.
Definition: XCalendar4.idl:23
Definition: Ambiguous.idl:20
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:33
This interface provides access to locale specific calendar systems.
Definition: XCalendar3.idl:27