| Package | Description |
|---|---|
| org.gwtproject.i18n.client |
| Modifier and Type | Method and Description |
|---|---|
static TimeZone |
TimeZone.createTimeZone(int timeZoneOffsetInMinutes)
This factory method provides a decent fallback to create a time zone object just based on a
given time zone offset.
|
static TimeZone |
TimeZone.createTimeZone(String tzJSON)
This factory method creates a time zone instance from a JSON string that contains the time zone
information for desired time zone.
|
static TimeZone |
TimeZone.createTimeZone(TimeZoneInfo timezoneData) |
Copyright © 2018–2020. All rights reserved.