org.jboss.seam.international
public class TimeZoneWrapper extends TimeZone
Constructor and Description |
---|
TimeZoneWrapper(TimeZone tz) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getId() |
String |
getLabel() |
int |
getOffset(int era,
int year,
int month,
int day,
int dayOfWeek,
int millis) |
int |
getRawOffset() |
TimeZone |
getTimeZone() |
int |
hashCode() |
boolean |
inDaylightTime(Date date) |
void |
setID(String id) |
void |
setRawOffset(int offset) |
boolean |
useDaylightTime() |
getAvailableIDs, getAvailableIDs, getDefault, getDisplayName, getDisplayName, getDisplayName, getDisplayName, getDSTSavings, getID, getOffset, getTimeZone, hasSameRules, setDefault
public TimeZoneWrapper(TimeZone tz)
public String getId()
public String getLabel()
public TimeZone getTimeZone()
public int getOffset(int era, int year, int month, int day, int dayOfWeek, int millis)
public void setRawOffset(int offset)
setRawOffset
in class TimeZone
public int getRawOffset()
getRawOffset
in class TimeZone
public boolean useDaylightTime()
useDaylightTime
in class TimeZone
public boolean inDaylightTime(Date date)
inDaylightTime
in class TimeZone
Copyright © 2015 Seam Framework. All Rights Reserved.