Uses of Class
com.ibm.icu.util.TimeZoneRule
-
Packages that use TimeZoneRule Package Description 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 Modifier and Type Class Description classAnnualTimeZoneRuleAnnualTimeZoneRuleis a class used for representing a time zone rule which takes effect annually.classInitialTimeZoneRuleInitialTimeZoneRulerepresents a time zone rule representing a time zone effective from the beginning and has no actual start times.classTimeArrayTimeZoneRuleTimeArrayTimeZoneRulerepresents 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 Modifier and Type Method Description TimeZoneRuleTimeZoneTransition. getFrom()Returns the rule used before the transition.TimeZoneRule[]BasicTimeZone. getSimpleTimeZoneRulesNear(long date)[icu] Returns the array ofTimeZoneRulewhich represents the rule of this time zone object near the specified date.abstract TimeZoneRule[]BasicTimeZone. getTimeZoneRules()[icu] Returns the array ofTimeZoneRulewhich represents the rule of this time zone object.TimeZoneRule[]BasicTimeZone. getTimeZoneRules(long start)[icu] Returns the array ofTimeZoneRulewhich represents the rule of this time zone object since the specified start time.TimeZoneRule[]RuleBasedTimeZone. getTimeZoneRules()[icu] Returns the array ofTimeZoneRulewhich represents the rule of this time zone object.TimeZoneRule[]SimpleTimeZone. getTimeZoneRules()[icu] Returns the array ofTimeZoneRulewhich represents the rule of this time zone object.TimeZoneRule[]VTimeZone. getTimeZoneRules()[icu] Returns the array ofTimeZoneRulewhich represents the rule of this time zone object.TimeZoneRule[]VTimeZone. getTimeZoneRules(long start)[icu] Returns the array ofTimeZoneRulewhich represents the rule of this time zone object since the specified start time.TimeZoneRuleTimeZoneTransition. getTo()Returns the rule used after the transition.Methods in com.ibm.icu.util with parameters of type TimeZoneRule Modifier and Type Method Description voidRuleBasedTimeZone. 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 TimeZoneRule Constructor Description TimeZoneTransition(long time, TimeZoneRule from, TimeZoneRule to)Constructs aTimeZoneTransitionwith the time and the rules before/after the transition.
-