|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Object
TimeZone
public class TimeZone
TimeZone represents a time zone offset, and also figures out daylight savings. The only time zone ID that is required to be supported is "GMT".
getTimeZone(String),
getDefaultTimeZone(),
getAvailableTimeZones()| Method Summary | |
|---|---|
String |
getID()
Gets the ID of this time zone. |
int |
getOffset()
Gets the GMT offset for this time zone. |
| Methods inherited from class Object |
|---|
toString, equals, hashCode |
| Methods inherited from |
|---|
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getID()
public int getOffset()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||