com.pff
Class PSTTimeZone

java.lang.Object
  extended by com.pff.PSTTimeZone

public class PSTTimeZone
extends java.lang.Object

Class containing time zone information


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

Field Detail

utcTimeZone

public static java.util.SimpleTimeZone utcTimeZone
A static copy of the UTC time zone, available for others to use

Method Detail

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()