|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITimeZoneDesignator
A time zone designator, such as UTC-03:00.
| Method Summary | |
|---|---|
int |
getHours()
Returns the hours component of this time zone designator. |
int |
getMinutes()
Returns the minutes component of this time zone designator. |
boolean |
isPositive()
Determines if this time zone designator is positive. |
boolean |
isUtc()
Determines if this time zone designator is UTC. |
| Method Detail |
|---|
boolean isUtc()
true if this time zone designator is UTC,
false otherwiseboolean isPositive()
true if this time zone designator is positive,
false if negativeint getHours()
int getMinutes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||