GWT 2.1.1

Uses of Class
com.google.gwt.i18n.client.TimeZone

Packages that use TimeZone
com.google.gwt.i18n.client Internationalization support for GWT applications. 
com.google.gwt.text.client   
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of TimeZone in com.google.gwt.i18n.client
 

Methods in com.google.gwt.i18n.client that return TimeZone
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(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.
static TimeZone TimeZone.createTimeZone(TimeZoneInfo timezoneData)
           
 

Methods in com.google.gwt.i18n.client with parameters of type TimeZone
 java.lang.String DateTimeFormat.format(java.util.Date date, TimeZone timeZone)
          Format a date object using specified time zone.
 

Uses of TimeZone in com.google.gwt.text.client
 

Constructors in com.google.gwt.text.client with parameters of type TimeZone
DateTimeFormatRenderer(DateTimeFormat format, TimeZone timeZone)
          Create an instance with the given format and time zone.
 

Uses of TimeZone in com.google.gwt.user.client.ui
 

Constructors in com.google.gwt.user.client.ui with parameters of type TimeZone
DateLabel(DateTimeFormat format, TimeZone timeZone)
           
 


GWT 2.1.1