|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.calendar.Hour
This class represents hours for display.
Method Summary | |
int |
getAmPm()
Gets the AM/PM field. |
java.lang.String |
getAmPmString()
Gets the AM/PM localized string. |
int |
getHour()
Gets the hour. |
int |
getHourOfDay()
Gets the hour of day (24 hour clock). |
static Hour[] |
getHours(java.util.Locale locale,
java.util.TimeZone timeZone)
Gets the 24-hours in a day. |
java.lang.String |
getHourString()
Gets the hour localized string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getAmPm()
public java.lang.String getAmPmString()
public int getHourOfDay()
public java.lang.String getHourString()
public int getHour()
public static Hour[] getHours(java.util.Locale locale, java.util.TimeZone timeZone)
locale
- the locale (may not be null
)timeZone
- the time zone (may not be null
)
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |