Package org.sqlite.date
Class FastDatePrinter.TimeZoneDisplayKey
java.lang.Object
org.sqlite.date.FastDatePrinter.TimeZoneDisplayKey
- Enclosing class:
FastDatePrinter
Inner class that acts as a compound key for time zone names.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneDisplayKey
(TimeZone timeZone, boolean daylight, int style, Locale locale) Constructs an instance ofTimeZoneDisplayKey
with the specified properties. -
Method Summary
-
Field Details
-
mTimeZone
-
mStyle
private final int mStyle -
mLocale
-
-
Constructor Details
-
TimeZoneDisplayKey
Constructs an instance ofTimeZoneDisplayKey
with the specified properties.- Parameters:
timeZone
- the time zonedaylight
- adjust the style for daylight saving time iftrue
style
- the timezone stylelocale
- the timezone locale
-
-
Method Details