21 module
com { module sun { module star { module i18n {
34 void loadCalendar( [in]
string uniqueID,
54 void setDateTime( [in]
double nTimeInDays );
73 void setValue( [in]
short nCalendarFieldIndex, [in]
short nValue );
81 short getValue( [in]
short nCalendarFieldIndex );
100 void addValue( [in]
short nCalendarFieldIndex, [in]
long nAmount );
105 short getFirstDayOfWeek();
110 void setFirstDayOfWeek( [in]
short nDay );
115 void setMinimumNumberOfDaysForFirstWeek( [in]
short nDays );
120 short getMinimumNumberOfDaysForFirstWeek();
123 short getNumberOfMonthsInYear();
126 short getNumberOfDaysInWeek();
131 sequence< CalendarItem > getMonths();
136 sequence< CalendarItem > getDays();
195 string getDisplayName( [in]
short nCalendarDisplayIndex,
197 [in]
short nNameType );
Access to locale specific calendar systems.
Definition: XCalendar.idl:28
Definition: Ambiguous.idl:20
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:45
A calendar as returned in a sequence by XLocaleData::getAllCalendars().
Definition: Calendar.idl:32