Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method | Description |
---|---|---|
abstract TimeZoneTransition |
BasicTimeZone.getNextTransition(long base,
boolean inclusive) |
Returns the first time zone transition after the base time.
|
TimeZoneTransition |
RuleBasedTimeZone.getNextTransition(long base,
boolean inclusive) |
Returns the first time zone transition after the base time.
|
TimeZoneTransition |
SimpleTimeZone.getNextTransition(long base,
boolean inclusive) |
Returns the first time zone transition after the base time.
|
TimeZoneTransition |
VTimeZone.getNextTransition(long base,
boolean inclusive) |
Returns the first time zone transition after the base time.
|
abstract TimeZoneTransition |
BasicTimeZone.getPreviousTransition(long base,
boolean inclusive) |
Returns the last time zone transition before the base time.
|
TimeZoneTransition |
RuleBasedTimeZone.getPreviousTransition(long base,
boolean inclusive) |
Returns the last time zone transition before the base time.
|
TimeZoneTransition |
SimpleTimeZone.getPreviousTransition(long base,
boolean inclusive) |
Returns the last time zone transition before the base time.
|
TimeZoneTransition |
VTimeZone.getPreviousTransition(long base,
boolean inclusive) |
Returns the last time zone transition before the base time.
|
Copyright © 2016 Unicode, Inc. and others.