Uses of Class
com.ibm.icu.util.TimeZoneRule
Packages that use TimeZoneRule
-
Uses of TimeZoneRule in com.ibm.icu.impl
Methods in com.ibm.icu.impl that return 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.Fields in com.ibm.icu.util declared as TimeZoneRuleModifier and TypeFieldDescriptionprivate final TimeZoneRule
TimeZoneTransition.from
private final TimeZoneRule
TimeZoneTransition.to
Fields in com.ibm.icu.util with type parameters of type TimeZoneRuleMethods in com.ibm.icu.util that return TimeZoneRuleModifier and TypeMethodDescriptionprivate static TimeZoneRule
VTimeZone.createRuleByRDATE
(String tzname, int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) private static TimeZoneRule
VTimeZone.createRuleByRRULE
(String tzname, int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) private TimeZoneRule
RuleBasedTimeZone.findRuleInFinal
(long time, boolean local, int NonExistingTimeOpt, int DuplicatedTimeOpt) TimeZoneTransition.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.