| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Moment.isAfter(UniversalTime temporal) |
boolean |
Moment.isBefore(UniversalTime temporal) |
boolean |
Moment.isSimultaneous(UniversalTime temporal) |
Copyright © 2014. All rights reserved.