com.pff
Class PSTTimeZone
java.lang.Object
com.pff.PSTTimeZone
public class PSTTimeZone
- extends java.lang.Object
Class containing time zone information
Field Summary |
static java.util.SimpleTimeZone |
utcTimeZone
A static copy of the UTC time zone, available for others to use |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
utcTimeZone
public static java.util.SimpleTimeZone utcTimeZone
- A static copy of the UTC time zone, available for others to use
getName
public java.lang.String getName()
getSimpleTimeZone
public java.util.SimpleTimeZone getSimpleTimeZone()
isEqual
public boolean isEqual(PSTTimeZone rhs)
getStart
public PSTTimeZone.SYSTEMTIME getStart()
getBias
public int getBias()
getStandardBias
public int getStandardBias()
getDaylightBias
public int getDaylightBias()
getDaylightStart
public PSTTimeZone.SYSTEMTIME getDaylightStart()
getStandardStart
public PSTTimeZone.SYSTEMTIME getStandardStart()