TimeIO

Interface for accessing the system clock.

TimeIO uses MonoTime and fetches current time for the purpose of comparison. MonoTime is a monotonic clock, so it only goes forward, and cannot be adjusted.

Members

Functions

now
MonoTime now()
timeSince
Duration timeSince(MonoTime event)

Inherited Members

From IO

opEquals
bool opEquals(Object )
Undocumented in source.
loadTo
void loadTo(T resource)

Load a resource by reference. This is the same as Node.load.

See Also

core.time.MonoTime.

Meta