Package com.pff
Class PSTTimeZone
java.lang.Object
com.pff.PSTTimeZone
Class containing time zone information
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate PSTTimeZone.TZRuleprivate SimpleTimeZonestatic SimpleTimeZoneA static copy of the UTC time zone, available for others to use -
Constructor Summary
ConstructorsConstructorDescriptionPSTTimeZone(byte[] timeZoneData) PSTTimeZone(String name, byte[] timeZoneData) -
Method Summary
Modifier and TypeMethodDescriptionintgetBias()intgetName()intgetStart()booleanisEqual(PSTTimeZone rhs)
-
Field Details
-
utcTimeZone
A static copy of the UTC time zone, available for others to use -
name
-
rule
-
simpleTimeZone
-
-
Constructor Details
-
PSTTimeZone
PSTTimeZone(byte[] timeZoneData) -
PSTTimeZone
PSTTimeZone(String name, byte[] timeZoneData)
-
-
Method Details
-
getName
-
getSimpleTimeZone
-
isEqual
-
getStart
-
getBias
public int getBias() -
getStandardBias
public int getStandardBias() -
getDaylightBias
public int getDaylightBias() -
getDaylightStart
-
getStandardStart
-