Package javax.time

Provides classes to manage the continuous time scale including a wrapper for the system clock.

See:
          Description

Interface Summary
InstantProvider Provides access to an instant on the time-line.
 

Class Summary
Duration A duration between two instants on the time-line.
Instant An instantaneous point on the time-line.
MathUtils These methods are proposed for java.lang.Math.
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.
 

Exception Summary
CalendricalException The base class for all exceptions in the Time Framework for Java.
 

Package javax.time Description

Provides classes to manage the continuous time scale including a wrapper for the system clock.