Uses of Class
com.ibm.icu.util.TimeZoneTransition
Packages that use TimeZoneTransition
-
Uses of TimeZoneTransition in com.ibm.icu.util
Methods in com.ibm.icu.util that return TimeZoneTransitionModifier and TypeMethodDescriptionabstract TimeZoneTransitionBasicTimeZone.getNextTransition(long base, boolean inclusive) [icu] Returns the first time zone transition after the base time.RuleBasedTimeZone.getNextTransition(long base, boolean inclusive) [icu] Returns the first time zone transition after the base time.SimpleTimeZone.getNextTransition(long base, boolean inclusive) [icu] Returns the first time zone transition after the base time.VTimeZone.getNextTransition(long base, boolean inclusive) [icu] Returns the first time zone transition after the base time.abstract TimeZoneTransitionBasicTimeZone.getPreviousTransition(long base, boolean inclusive) [icu] Returns the last time zone transition before the base time.RuleBasedTimeZone.getPreviousTransition(long base, boolean inclusive) [icu] Returns the last time zone transition before the base time.SimpleTimeZone.getPreviousTransition(long base, boolean inclusive) [icu] Returns the last time zone transition before the base time.VTimeZone.getPreviousTransition(long base, boolean inclusive) [icu] Returns the last time zone transition before the base time.