| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| Modifier and Type | Field and Description |
|---|---|
static SystemClock |
SystemClock.INSTANCE
Standard implementation.
|
static SystemClock |
SystemClock.MONOTONIC
Monotonic clock based on the best available clock of the underlying operating system.
|
| Modifier and Type | Method and Description |
|---|---|
SystemClock |
SystemClock.recalibrated()
Recalibrates this instance and yields a new copy.
|
SystemClock |
SystemClock.synchronizedWith(TimeSource<?> clock)
Synchronizes this instance with given time source and yields a new copy.
|
Copyright © 2014–2015. All rights reserved.