Constructors
| Name | Description |
|---|---|
| TimeZone() |
Methods
| Name | Description |
|---|---|
| clone() | Overrides Cloneable |
| getAvailableIDs() | Gets all the available IDs supported. |
| getAvailableIDs(int) | Gets the available IDs according to the given time zone offset. |
| getDefault() | Gets the default TimeZone for this host. |
| getID() | Gets the ID of this time zone. |
| getOffset(int, int, int, int, int, int) | Gets the time zone offset, for current date, modified in case of daylight savings. |
| getRawOffset() | Gets unmodified offset, NOT modified in case of daylight savings. |
| getTimeZone(String) | Gets the TimeZone for the given ID. |
| inDaylightTime(Date) | Queries if the given date is in Daylight Savings Time in this time zone. |
| setDefault(TimeZone) | Sets time zone to using the given TimeZone. |
| setID(String) | Sets the time zone ID. |
| setRawOffset(int) | Sets the base time zone offset to GMT. |
| useDaylightTime() | Queries if this time zone uses Daylight Savings Time. |