Uses of Class
com.ibm.icu.util.TimeZoneTransition
Packages that use TimeZoneTransition
-
Uses of TimeZoneTransition in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as TimeZoneTransitionModifier and TypeFieldDescriptionprivate TimeZoneTransition
OlsonTimeZone.firstFinalTZTransition
private TimeZoneTransition
OlsonTimeZone.firstTZTransition
Methods in com.ibm.icu.impl that return TimeZoneTransitionModifier and TypeMethodDescriptionOlsonTimeZone.getNextTransition
(long base, boolean inclusive) OlsonTimeZone.getPreviousTransition
(long base, boolean inclusive) -
Uses of TimeZoneTransition in com.ibm.icu.util
Fields in com.ibm.icu.util declared as TimeZoneTransitionFields in com.ibm.icu.util with type parameters of type TimeZoneTransitionModifier and TypeFieldDescriptionprivate List<TimeZoneTransition>
RuleBasedTimeZone.historicTransitions
Methods in com.ibm.icu.util that return TimeZoneTransitionModifier and TypeMethodDescriptionabstract TimeZoneTransition
BasicTimeZone.getNextTransition
(long base, boolean inclusive) Returns the first time zone transition after the base time.RuleBasedTimeZone.getNextTransition
(long base, boolean inclusive) Returns the first time zone transition after the base time.SimpleTimeZone.getNextTransition
(long base, boolean inclusive) Returns the first time zone transition after the base time.VTimeZone.getNextTransition
(long base, boolean inclusive) Returns the first time zone transition after the base time.abstract TimeZoneTransition
BasicTimeZone.getPreviousTransition
(long base, boolean inclusive) Returns the last time zone transition before the base time.RuleBasedTimeZone.getPreviousTransition
(long base, boolean inclusive) Returns the last time zone transition before the base time.SimpleTimeZone.getPreviousTransition
(long base, boolean inclusive) Returns the last time zone transition before the base time.VTimeZone.getPreviousTransition
(long base, boolean inclusive) Returns the last time zone transition before the base time.Methods in com.ibm.icu.util with parameters of type TimeZoneTransitionModifier and TypeMethodDescriptionprivate static long
RuleBasedTimeZone.getTransitionTime
(TimeZoneTransition tzt, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt)