Uses of Class
com.ibm.icu.util.TimeZoneTransition

Packages that use TimeZoneTransition
com.ibm.icu.util International calendars and other utility classes. 
 

Uses of TimeZoneTransition in com.ibm.icu.util
 

Methods in com.ibm.icu.util that return TimeZoneTransition
 TimeZoneTransition VTimeZone.getNextTransition(long base, boolean inclusive)
          Gets the first time zone transition after the base time.
 TimeZoneTransition SimpleTimeZone.getNextTransition(long base, boolean inclusive)
          Gets the first time zone transition after the base time.
 TimeZoneTransition RuleBasedTimeZone.getNextTransition(long base, boolean inclusive)
          Gets the first time zone transition after the base time.
abstract  TimeZoneTransition BasicTimeZone.getNextTransition(long base, boolean inclusive)
          Gets the first time zone transition after the base time.
 TimeZoneTransition VTimeZone.getPreviousTransition(long base, boolean inclusive)
          Gets the last time zone transition before the base time.
 TimeZoneTransition SimpleTimeZone.getPreviousTransition(long base, boolean inclusive)
          Gets the last time zone transition before the base time.
 TimeZoneTransition RuleBasedTimeZone.getPreviousTransition(long base, boolean inclusive)
          Gets the last time zone transition before the base time.
abstract  TimeZoneTransition BasicTimeZone.getPreviousTransition(long base, boolean inclusive)
          Gets the last time zone transition before the base time.
 



Copyright (c) 2009 IBM Corporation and others.