Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
TimeZoneRule |
TimeZoneTransition.getFrom()
Returns the rule used before the transition.
|
TimeZoneRule[] |
BasicTimeZone.getSimpleTimeZoneRulesNear(long date)
[icu] Returns the array of
TimeZoneRule which represents the rule of
this time zone object near the specified date. |
abstract TimeZoneRule[] |
BasicTimeZone.getTimeZoneRules()
[icu] Returns the array of
TimeZoneRule which represents the rule
of this time zone object. |
TimeZoneRule[] |
SimpleTimeZone.getTimeZoneRules()
[icu] Returns the array of
TimeZoneRule which represents the rule
of this time zone object. |
TimeZoneRule[] |
RuleBasedTimeZone.getTimeZoneRules()
[icu] Returns the array of
TimeZoneRule which represents the rule
of this time zone object. |
TimeZoneRule[] |
VTimeZone.getTimeZoneRules()
[icu] Returns the array of
TimeZoneRule which represents the rule
of this time zone object. |
TimeZoneRule[] |
BasicTimeZone.getTimeZoneRules(long start)
[icu] Returns the array of
TimeZoneRule which represents the rule
of this time zone object since the specified start time. |
TimeZoneRule[] |
VTimeZone.getTimeZoneRules(long start)
[icu] Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleBasedTimeZone.addTransitionRule(TimeZoneRule rule)
Adds the
TimeZoneRule 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.
|
Constructor and Description |
---|
TimeZoneTransition(long time,
TimeZoneRule from,
TimeZoneRule to)
Constructs a
TimeZoneTransition with the time and the rules before/after
the transition. |
Copyright © 2016 Unicode, Inc. and others.