org.dasein.util
Class TimeZoneWrapper
java.lang.Object
org.dasein.util.TimeZoneWrapper
- All Implemented Interfaces:
- Serializable
public class TimeZoneWrapper
- extends Object
- implements Serializable
- See Also:
- Serialized Form
timeZones
public static final Set<TimeZone> timeZones
TimeZoneWrapper
public TimeZoneWrapper()
TimeZoneWrapper
public TimeZoneWrapper(Locale loc)
TimeZoneWrapper
public TimeZoneWrapper(TimeZone zone)
TimeZoneWrapper
public TimeZoneWrapper(TimeZone zone,
Locale loc)
getAllZones
public static TimeZoneWrapper[] getAllZones(Locale locale)
getDstSavings
public long getDstSavings()
getId
public String getId()
getLongName
public String getLongName()
getOffset
public long getOffset()
getShortName
public String getShortName()
getTimeZone
public TimeZone getTimeZone()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
isInDaylightTime
public boolean isInDaylightTime()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011 enStratus Networks LLC. All Rights Reserved.