Package org.opensextant.data
Class Country.TZ
java.lang.Object
org.opensextant.data.Country.TZ
- Enclosing class:
- Country
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
label
-
utcOffset
public double utcOffset -
dstOffset
public double dstOffset -
rawOffset
public double rawOffset -
usesDST
public boolean usesDST -
dstDelta
public double dstDelta
-
-
Constructor Details
-
TZ
-
TZ
Parse error will be thrown on invalid data. Nulls or empty fields are allowable.- Parameters:
l
- timezone labelutc
- UTC offsetdst
- UTC offset for Daylight savingsraw
- UTC offset
-
-
Method Details