| Package | Description |
|---|---|
| net.time4j.tz |
General timezone-API.
|
| Modifier and Type | Method and Description |
|---|---|
ZonalTransition |
TransitionHistory.getConflictTransition(GregorianDate localDate,
WallTime localTime)
Returns the conflict transition where given local timestamp
falls either in a gap or in an overlap on the local timeline.
|
ZonalTransition |
TransitionHistory.getStartTransition(UnixTime ut)
Queries the last transition which defines the offset
for given global timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
List<ZonalTransition> |
TransitionHistory.getStdTransitions()
Return the offset transitions from UNIX epoch [1970-01-01T00:00Z]
until at maximum the first transition after the current timestamp.
|
List<ZonalTransition> |
TransitionHistory.getStdTransitionsAfter(UnixTime ut)
Returns the next transitions in ascending order if available.
|
List<ZonalTransition> |
TransitionHistory.getStdTransitionsBefore(UnixTime ut)
Returns the previous transitions in descending order if available.
|
List<ZonalTransition> |
TransitionHistory.getTransitions(UnixTime startInclusive,
UnixTime endExclusive)
Returns the defined transitions in given POSIX-interval.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ZonalTransition.compareTo(ZonalTransition other)
Compares preferrably the timeline order based on the global
timestamps of transitions, otherwise the total shift and finally
the DST-shift.
|
Copyright © 2014. All rights reserved.