Uses of Interface
io.ciera.runtime.api.time.SystemClock
Packages that use SystemClock
-
Uses of SystemClock in io.ciera.runtime.api.application
Methods in io.ciera.runtime.api.application that return SystemClockMethods in io.ciera.runtime.api.application with parameters of type SystemClock -
Uses of SystemClock in io.ciera.runtime.api.types
Methods in io.ciera.runtime.api.types with parameters of type SystemClockModifier and TypeMethodDescriptionstatic Date
Date.now
(SystemClock clock) Create a new instance of Date from the current time and epoch set in the system clock.static TimeStamp
TimeStamp.now
(SystemClock clock) Create a new instance of TimeStamp from the current time and epoch set in the system clock.