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

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

Uses of TimeZoneRule in com.ibm.icu.util
 

Subclasses of TimeZoneRule in com.ibm.icu.util
 class AnnualTimeZoneRule
          AnnualTimeZoneRule is a class used for representing a time zone rule which takes effect annually.
 class InitialTimeZoneRule
          InitialTimeZoneRule represents a time zone rule representing a time zone effective from the beginning and has no actual start times.
 class TimeArrayTimeZoneRule
          TimeArrayTimeZoneRule represents a time zone rule whose start times are defined by an array of milliseconds since the standard base time.
 

Methods in com.ibm.icu.util that return TimeZoneRule
 TimeZoneRule TimeZoneTransition.getFrom()
          Returns the rule used before the transition.
 TimeZoneRule[] BasicTimeZone.getSimpleTimeZoneRulesNear(long date)
          Gets the array of TimeZoneRule which represents the rule of this time zone object near the specified date.
 TimeZoneRule[] VTimeZone.getTimeZoneRules()
          Gets the array of TimeZoneRule which represents the rule of this time zone object.
 TimeZoneRule[] SimpleTimeZone.getTimeZoneRules()
          Gets the array of TimeZoneRule which represents the rule of this time zone object.
 TimeZoneRule[] RuleBasedTimeZone.getTimeZoneRules()
          Gets the array of TimeZoneRule which represents the rule of this time zone object.
abstract  TimeZoneRule[] BasicTimeZone.getTimeZoneRules()
          Gets the array of TimeZoneRule which represents the rule of this time zone object.
 TimeZoneRule[] VTimeZone.getTimeZoneRules(long start)
          Gets the array of TimeZoneRule which represents the rule of this time zone object since the specified start time.
 TimeZoneRule[] BasicTimeZone.getTimeZoneRules(long start)
          Gets the array of TimeZoneRule which represents the rule of this time zone object since the specified start time.
 TimeZoneRule TimeZoneTransition.getTo()
          Returns the rule used after the transition.
 

Methods in com.ibm.icu.util with parameters of type TimeZoneRule
 void RuleBasedTimeZone.addTransitionRule(TimeZoneRule rule)
          Adds the TimeZoneRule which represents time transitions.
 boolean TimeZoneRule.isEquivalentTo(TimeZoneRule other)
          Returns if this rule represents the same rule and offsets as another.
 boolean TimeArrayTimeZoneRule.isEquivalentTo(TimeZoneRule other)
          Returns if this rule represents the same rule and offsets as another.
 boolean InitialTimeZoneRule.isEquivalentTo(TimeZoneRule other)
          Returns if this rule represents the same rule and offsets as another.
 boolean AnnualTimeZoneRule.isEquivalentTo(TimeZoneRule other)
          Returns if this rule represents the same rule and offsets as another.
 

Constructors in com.ibm.icu.util with parameters of type TimeZoneRule
TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to)
          Constructs a TimeZoneTransition with the time and the rules before/after the transition.
 



Copyright (c) 2009 IBM Corporation and others.