Gets a clock that obtains the current instant using the best available system clock.
no subtypes hierarchy
Attributes | |
string | Source Codeshared actual String string= "System time" Returns only the kind of this implementation as time can change to every call. Refines Object.string |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
instant | Source Codeshared actual Instant instant() Return current instant from system time. Refines Clock.instant |
milliseconds | Source Codeshared actual Integer milliseconds() Return number of milliseconds from system time. Refines Clock.milliseconds |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Clock |