public class TimeZone extends Object implements com.google.gwt.i18n.shared.TimeZone
Modifier and Type | Method and Description |
---|---|
int |
getDaylightAdjustment(Date date) |
String |
getGMTString(Date date) |
String |
getID() |
String |
getISOTimeZoneString(Date date) |
String |
getLongName(Date date) |
int |
getOffset(Date date) |
String |
getRFCTimeZoneString(Date date) |
String |
getShortName(Date date) |
int |
getStandardOffset() |
static TimeZone |
getTimeZone(String id) |
boolean |
isDaylightTime(Date date) |
public int getDaylightAdjustment(Date date)
getDaylightAdjustment
in interface com.google.gwt.i18n.shared.TimeZone
public String getGMTString(Date date)
getGMTString
in interface com.google.gwt.i18n.shared.TimeZone
public String getID()
getID
in interface com.google.gwt.i18n.shared.TimeZone
public String getISOTimeZoneString(Date date)
getISOTimeZoneString
in interface com.google.gwt.i18n.shared.TimeZone
public String getLongName(Date date)
getLongName
in interface com.google.gwt.i18n.shared.TimeZone
public int getOffset(Date date)
getOffset
in interface com.google.gwt.i18n.shared.TimeZone
public String getRFCTimeZoneString(Date date)
getRFCTimeZoneString
in interface com.google.gwt.i18n.shared.TimeZone
public String getShortName(Date date)
getShortName
in interface com.google.gwt.i18n.shared.TimeZone
public int getStandardOffset()
getStandardOffset
in interface com.google.gwt.i18n.shared.TimeZone
public boolean isDaylightTime(Date date)
isDaylightTime
in interface com.google.gwt.i18n.shared.TimeZone
Copyright © 2018 Xalys. All rights reserved.