Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
TimeZoneRule |
TimeZoneTransition.getFrom() |
Returns the rule used before the transition.
|
TimeZoneRule[] |
BasicTimeZone.getSimpleTimeZoneRulesNear(long date) |
Returns the array of
TimeZoneRule which represents the rule of
this time zone object near the specified date. |
abstract TimeZoneRule[] |
BasicTimeZone.getTimeZoneRules() |
Returns the array of
TimeZoneRule which represents the rule
of this time zone object. |
TimeZoneRule[] |
BasicTimeZone.getTimeZoneRules(long start) |
Returns the array of
TimeZoneRule which represents the rule
of this time zone object since the specified start time. |
TimeZoneRule[] |
RuleBasedTimeZone.getTimeZoneRules() |
Returns the array of
TimeZoneRule which represents the rule
of this time zone object. |
TimeZoneRule[] |
SimpleTimeZone.getTimeZoneRules() |
Returns the array of
TimeZoneRule which represents the rule
of this time zone object. |
TimeZoneRule[] |
VTimeZone.getTimeZoneRules() |
Returns the array of
TimeZoneRule which represents the rule
of this time zone object. |
TimeZoneRule[] |
VTimeZone.getTimeZoneRules(long start) |
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 | 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 | 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.