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.
|