Uses of Class
com.ibm.icu.util.TimeZoneRule
Packages that use TimeZoneRule
-
Uses of TimeZoneRule in com.ibm.icu.util
Subclasses of TimeZoneRule in com.ibm.icu.utilModifier and TypeClassDescriptionclass
AnnualTimeZoneRule
is a class used for representing a time zone rule which takes effect annually.class
InitialTimeZoneRule
represents a time zone rule representing a time zone effective from the beginning and has no actual start times.class
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 TimeZoneRuleModifier and TypeMethodDescriptionTimeZoneTransition.getFrom()
Returns the rule used before the transition.BasicTimeZone.getSimpleTimeZoneRulesNear
(long date) Returns the array ofTimeZoneRule
which represents the rule of this time zone object near the specified date.abstract TimeZoneRule[]
BasicTimeZone.getTimeZoneRules()
Returns the array ofTimeZoneRule
which represents the rule of this time zone object.BasicTimeZone.getTimeZoneRules
(long start) Returns the array ofTimeZoneRule
which represents the rule of this time zone object since the specified start time.RuleBasedTimeZone.getTimeZoneRules()
Returns the array ofTimeZoneRule
which represents the rule of this time zone object.SimpleTimeZone.getTimeZoneRules()
Returns the array ofTimeZoneRule
which represents the rule of this time zone object.VTimeZone.getTimeZoneRules()
Returns the array ofTimeZoneRule
which represents the rule of this time zone object.VTimeZone.getTimeZoneRules
(long start) Returns the array ofTimeZoneRule
which represents the rule of this time zone object since the specified start time.TimeZoneTransition.getTo()
Returns the rule used after the transition.Methods in com.ibm.icu.util with parameters of type TimeZoneRuleModifier and TypeMethodDescriptionvoid
RuleBasedTimeZone.addTransitionRule
(TimeZoneRule rule) Adds theTimeZoneRule
which represents time transitions.boolean
AnnualTimeZoneRule.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
TimeArrayTimeZoneRule.isEquivalentTo
(TimeZoneRule other) Returns if this rule represents the same rule and offsets as another.boolean
TimeZoneRule.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 TimeZoneRuleModifierConstructorDescriptionTimeZoneTransition
(long time, TimeZoneRule from, TimeZoneRule to) Constructs aTimeZoneTransition
with the time and the rules before/after the transition.