Uses of Class
com.ibm.icu.util.TimeZoneTransition
-
Packages that use TimeZoneTransition Package Description com.ibm.icu.impl com.ibm.icu.util International calendars and other utility classes. -
-
Uses of TimeZoneTransition in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as TimeZoneTransition Modifier and Type Field Description private TimeZoneTransition
OlsonTimeZone. firstFinalTZTransition
private TimeZoneTransition
OlsonTimeZone. firstTZTransition
Methods in com.ibm.icu.impl that return TimeZoneTransition Modifier and Type Method Description TimeZoneTransition
OlsonTimeZone. getNextTransition(long base, boolean inclusive)
TimeZoneTransition
OlsonTimeZone. getPreviousTransition(long base, boolean inclusive)
-
Uses of TimeZoneTransition in com.ibm.icu.util
Fields in com.ibm.icu.util declared as TimeZoneTransition Modifier and Type Field Description private TimeZoneTransition
SimpleTimeZone. firstTransition
Fields in com.ibm.icu.util with type parameters of type TimeZoneTransition Modifier and Type Field Description private java.util.List<TimeZoneTransition>
RuleBasedTimeZone. historicTransitions
Methods in com.ibm.icu.util that return TimeZoneTransition Modifier and Type Method Description abstract TimeZoneTransition
BasicTimeZone. getNextTransition(long base, boolean inclusive)
Returns the first time zone transition after the base time.TimeZoneTransition
RuleBasedTimeZone. getNextTransition(long base, boolean inclusive)
Returns the first time zone transition after the base time.TimeZoneTransition
SimpleTimeZone. getNextTransition(long base, boolean inclusive)
Returns the first time zone transition after the base time.TimeZoneTransition
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.TimeZoneTransition
RuleBasedTimeZone. getPreviousTransition(long base, boolean inclusive)
Returns the last time zone transition before the base time.TimeZoneTransition
SimpleTimeZone. getPreviousTransition(long base, boolean inclusive)
Returns the last time zone transition before the base time.TimeZoneTransition
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 TimeZoneTransition Modifier and Type Method Description private static long
RuleBasedTimeZone. getTransitionTime(TimeZoneTransition tzt, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt)
-