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 TimeZoneTransitionOlsonTimeZone.firstFinalTZTransitionprivate TimeZoneTransitionOlsonTimeZone.firstTZTransitionMethods 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.historicTransitionsMethods in com.ibm.icu.util that return TimeZoneTransitionModifier and TypeMethodDescriptionabstract TimeZoneTransitionBasicTimeZone.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 TimeZoneTransitionBasicTimeZone.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 longRuleBasedTimeZone.getTransitionTime(TimeZoneTransition tzt, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt)