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 TypeClassDescriptionclassAnnualTimeZoneRuleis a class used for representing a time zone rule which takes effect annually.classInitialTimeZoneRulerepresents a time zone rule representing a time zone effective from the beginning and has no actual start times.classTimeArrayTimeZoneRulerepresents 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 TimeZoneRuleTimeZoneTransition.fromprivate final TimeZoneRuleTimeZoneTransition.toFields in com.ibm.icu.util with type parameters of type TimeZoneRuleMethods in com.ibm.icu.util that return TimeZoneRuleModifier and TypeMethodDescriptionprivate static TimeZoneRuleVTimeZone.createRuleByRDATE(String tzname, int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) private static TimeZoneRuleVTimeZone.createRuleByRRULE(String tzname, int rawOffset, int dstSavings, long start, List<String> dates, int fromOffset) private TimeZoneRuleRuleBasedTimeZone.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 ofTimeZoneRulewhich represents the rule of this time zone object near the specified date.abstract TimeZoneRule[]BasicTimeZone.getTimeZoneRules()Returns the array ofTimeZoneRulewhich represents the rule of this time zone object.BasicTimeZone.getTimeZoneRules(long start) Returns the array ofTimeZoneRulewhich represents the rule of this time zone object since the specified start time.RuleBasedTimeZone.getTimeZoneRules()Returns the array ofTimeZoneRulewhich represents the rule of this time zone object.SimpleTimeZone.getTimeZoneRules()Returns the array ofTimeZoneRulewhich represents the rule of this time zone object.VTimeZone.getTimeZoneRules()Returns the array ofTimeZoneRulewhich represents the rule of this time zone object.VTimeZone.getTimeZoneRules(long start) Returns the array ofTimeZoneRulewhich 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 TypeMethodDescriptionvoidRuleBasedTimeZone.addTransitionRule(TimeZoneRule rule) Adds theTimeZoneRulewhich represents time transitions.booleanAnnualTimeZoneRule.isEquivalentTo(TimeZoneRule other) Returns if this rule represents the same rule and offsets as another.booleanInitialTimeZoneRule.isEquivalentTo(TimeZoneRule other) Returns if this rule represents the same rule and offsets as another.booleanTimeArrayTimeZoneRule.isEquivalentTo(TimeZoneRule other) Returns if this rule represents the same rule and offsets as another.booleanTimeZoneRule.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 aTimeZoneTransitionwith the time and the rules before/after the transition.