| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Moment
Represents an instant/moment on the universal timeline with reference
to the timezone UTC (UTC+00:00 / Greenwich-meridian).
|
class |
ZonalDateTime
Combination of UTC-moment and timezone.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Moment.isAfter(UniversalTime temporal) |
boolean |
Moment.isBefore(UniversalTime temporal) |
boolean |
Moment.isSimultaneous(UniversalTime temporal) |
| Modifier and Type | Method and Description |
|---|---|
TemporalFormatter<? extends UniversalTime> |
FormatEngine.createRFC1123()
Creates a specialized formatter for RFC-1123.
|
Copyright © 2014–2017. All rights reserved.