Uses of Class
net.time4j.SystemClock
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.-
Uses of SystemClock in net.time4j
Modifier and TypeFieldDescriptionstatic SystemClock
SystemClock.INSTANCE
Standard implementation.static SystemClock
SystemClock.MONOTONIC
Monotonic clock based on the best available clock of the underlying operating system.Modifier and TypeMethodDescriptionSystemClock.recalibrated()
Recalibrates this instance and yields a new copy.SystemClock.synchronizedWith(TimeSource<?> clock)
Synchronizes this instance with given time source and yields a new copy.