20 #ifndef __com_sun_star_i18n_XCalendar_idl__
21 #define __com_sun_star_i18n_XCalendar_idl__
28 module com { module sun { module star { module i18n {
41 void loadCalendar( [in]
string uniqueID,
61 void setDateTime( [in]
double nTimeInDays );
80 void setValue( [in]
short nCalendarFieldIndex, [in]
short nValue );
88 short getValue( [in]
short nCalendarFieldIndex );
107 void addValue( [in]
short nCalendarFieldIndex, [in]
long nAmount );
112 short getFirstDayOfWeek();
117 void setFirstDayOfWeek( [in]
short nDay );
122 void setMinimumNumberOfDaysForFirstWeek( [in]
short nDays );
127 short getMinimumNumberOfDaysForFirstWeek();
130 short getNumberOfMonthsInYear();
133 short getNumberOfDaysInWeek();
138 sequence< CalendarItem > getMonths();
143 sequence< CalendarItem > getDays();
202 string getDisplayName( [in]
short nCalendarDisplayIndex,
204 [in]
short nNameType );
Access to locale specific calendar systems.
Definition: XCalendar.idl:35
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:52
base interface of all UNO interfaces
Definition: XInterface.idl:47
A calendar as returned in a sequence by XLocaleData::getAllCalendars().
Definition: Calendar.idl:37