Package | Description |
---|---|
javax.time |
Provides classes to manage the continuous time scale including a wrapper
for the system clock.
|
javax.time.calendar |
Provides classes to manage the human time scale including date, time,
date-time and time-zone representations.
|
javax.time.calendar.format |
Provides classes to format dates and times as strings.
|
javax.time.calendar.zone |
Provides classes to implement time-zones and their rules.
|
Class | Description |
---|---|
Duration |
A duration between two instants on the time-line.
|
Instant |
An instantaneous point on the time-line.
|
InstantProvider |
Provides access to an instant on the time-line.
|
TAIInstant |
An instantaneous point on the time-line measured in the TAI time-scale.
|
TimeSource |
A source providing access to the current instant.
|
UTCInstant |
An instantaneous point on the time-line measured in the UTC time-scale,
handling leap seconds.
|
UTCRules |
Rules defining the UTC time-scale, notably when leap seconds occur.
|
Class | Description |
---|---|
CalendricalException |
The base class for all exceptions in the Time Framework for Java.
|
Duration |
A duration between two instants on the time-line.
|
Instant |
An instantaneous point on the time-line.
|
InstantProvider |
Provides access to an instant on the time-line.
|
TimeSource |
A source providing access to the current instant.
|
Class | Description |
---|---|
CalendricalException |
The base class for all exceptions in the Time Framework for Java.
|
Class | Description |
---|---|
Instant |
An instantaneous point on the time-line.
|
InstantProvider |
Provides access to an instant on the time-line.
|
Copyright © 2019. All rights reserved.