|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.pref.CalendarPreferences.WorkingHours
This class represents the working hours.
Constructor Summary | |
CalendarPreferences.WorkingHours()
Constructor. |
Method Summary | |
int |
getEndDayHour()
Gets the end day hour. |
int |
getStartDayHour()
Gets the start day hour. |
static java.lang.String |
getWorkingHoursString(int iHour,
java.util.Locale locale)
Gets the working hours string. |
void |
setHours(int iStartDayHour,
int iEndDayHour)
Sets the working hours. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CalendarPreferences.WorkingHours()
Method Detail |
public int getStartDayHour()
public int getEndDayHour()
public void setHours(int iStartDayHour, int iEndDayHour)
iStartDayHour
- the start day hour (must be > 0)iEndDayHour
- the end day hour (must be > 0)public static java.lang.String getWorkingHoursString(int iHour, java.util.Locale locale)
iHour
- the hour using the 24-hour clock (must be >= 0)locale
- the locale
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |