| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| net.time4j.tz |
General timezone-API.
|
| Class and Description |
|---|
| Timezone
Loads and keeps timezone data including the rules.
|
| TZID
Identifies a timezone.
|
| ZonalOffset
Represents the shift of a local timestamp relative to UTC timezone
usually in full seconds.
|
| Class and Description |
|---|
| TZID
Identifies a timezone.
|
| Class and Description |
|---|
| TransitionStrategy
Serves for resolving of local timestamps to a global UNIX timestamp,
escpecially if there are conflicts due to gaps or overlaps on the local
timeline.
|
| TZID
Identifies a timezone.
|
| Class and Description |
|---|
| GapResolver
Represents the component of a transition strategy how to handle gaps
on the local timeline.
|
| NameStyle
Defines the style of a timezone name.
|
| OffsetSign
Represents the sign of a zonal shift.
|
| OverlapResolver
Represents the component of a transition strategy how to handle overlaps
on the local timeline.
|
| Timezone
Loads and keeps timezone data including the rules.
|
| TransitionHistory
Keeps all offset transitions and rules of a timezone.
|
| TransitionStrategy
Serves for resolving of local timestamps to a global UNIX timestamp,
escpecially if there are conflicts due to gaps or overlaps on the local
timeline.
|
| TZID
Identifies a timezone.
|
| ZonalOffset
Represents the shift of a local timestamp relative to UTC timezone
usually in full seconds.
|
| ZonalTransition
Represents the change of a shift of the local time relative to
POSIX-time in any timezone.
|
| ZoneModelProvider
SPI interface which encapsulates the timezone repository and
provides all necessary data and transitions for a given timezone id.
|
| ZoneNameProvider
SPI interface which encapsulates the timezone name repository.
|
Copyright © 2014–2017. All rights reserved.