Uses of Class
com.ibm.icu.util.BasicTimeZone
-
Packages that use BasicTimeZone Package Description com.ibm.icu.impl com.ibm.icu.util -
-
Uses of BasicTimeZone in com.ibm.icu.impl
Subclasses of BasicTimeZone in com.ibm.icu.impl Modifier and Type Class Description class
OlsonTimeZone
A time zone based on the Olson tz database. -
Uses of BasicTimeZone in com.ibm.icu.util
Subclasses of BasicTimeZone in com.ibm.icu.util Modifier and Type Class Description class
RuleBasedTimeZone
RuleBasedTimeZone
is a concrete subclass ofTimeZone
that allows users to define custom historic time transition rules.class
SimpleTimeZone
.class
VTimeZone
VTimeZone
is a class implementing RFC2445 VTIMEZONE.Fields in com.ibm.icu.util declared as BasicTimeZone Modifier and Type Field Description private BasicTimeZone
VTimeZone. tz
Methods in com.ibm.icu.util that return BasicTimeZone Modifier and Type Method Description (package private) static BasicTimeZone
TimeZone. getFrozenICUTimeZone(java.lang.String id, boolean trySystem)
Returns a frozen ICU type TimeZone object given a time zone ID.Methods in com.ibm.icu.util with parameters of type BasicTimeZone Modifier and Type Method Description private void
VTimeZone. writeZone(java.io.Writer w, BasicTimeZone basictz, java.lang.String[] customProperties)
-