Uses of Class
net.time4j.SystemClock
Packages that use 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
Fields in net.time4j declared as SystemClockModifier and TypeFieldDescriptionstatic SystemClock
SystemClock.INSTANCE
Standard implementation.static SystemClock
SystemClock.MONOTONIC
Monotonic clock based on the best available clock of the underlying operating system.Methods in net.time4j that return SystemClockModifier 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.