Package javax.time
Provides classes to manage the continuous time scale including a wrapper
for the system clock.
-
Interface Summary Interface Description InstantProvider Provides access to an instant on the time-line. -
Class Summary Class Description Duration A duration between two instants on the time-line.Instant An instantaneous point on the time-line.MathUtils These methods are proposed forjava.lang.Math
.SystemUTCRules System default UTC rules.SystemUTCRules.Data Data holder.TAIInstant An instantaneous point on the time-line measured in the TAI time-scale.TimeSource A source providing access to the current instant.TimeSource.FixedTimeSource Implementation of a time-source that always returns the same instant.TimeSource.OffsetSystemTimeSource Implementation of a time-source that returns the latest time fromSystem.currentTimeMillis()
plus an offset.TimeSource.SystemTimeSource Implementation of a time-source that always returns the latest time fromSystem.currentTimeMillis()
.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 Exception Description CalendricalException The base class for all exceptions in the Time Framework for Java.