Uses of Class
com.google.gwt.i18n.client.TimeZone
-
Packages that use TimeZone Package Description com.google.gwt.i18n.client Internationalization support for GWT applications. -
-
Uses of TimeZone in com.google.gwt.i18n.client
Methods in com.google.gwt.i18n.client that return TimeZone Modifier and Type Method Description static TimeZoneTimeZone. 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 TimeZoneTimeZone. createTimeZone(TimeZoneInfo timezoneData)static TimeZoneTimeZone. createTimeZone(java.lang.String tzJSON)This factory method creates a time zone instance from a JSON string that contains the time zone information for desired time zone.
-