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

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

Introduction

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

The text is from its open source code.

Method

StringgetGMTString(Date date)
Returns the GMT representation of this time zone object.
StringgetID()
Returns time zone id for this time zone.
StringgetISOTimeZoneString(Date date)
To get ISO-style (+00:00) representation of the time zone for given date.
StringgetLongName(Date date)
Returns the long version of the time zone name for the given date; the result of this method will be different if daylight savings time is in effect.
intgetOffset(Date date)
Returns the RFC representation of the time zone name for the given date.
StringgetRFCTimeZoneString(Date date)
To get RFC representation of certain time zone name for given date.
StringgetShortName(Date date)
Returns the short time zone name for a given date.