Java com.google.gwt.i18n.client TimeZone fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.i18n.client TimeZone fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.i18n.client TimeZone.

The text is from its open source code.

Method

TimeZonecreateTimeZone(int timeZoneOffsetInMinutes)
This factory method provides a decent fallback to create a time zone object just based on a given time zone offset.
TimeZonecreateTimeZone(String tzJSON)
This factory method creates a time zone instance from a JSON string that contains the time zone information for desired time zone.
TimeZonecreateTimeZone(TimeZoneInfo timezoneData)
intgetOffset(Date date)
StringgetShortName(Date date)