Clock.value

ulong value() const nothrow @nogc

Gets the clock's value as Unix time.

Returns

Time in seconds since Unix epoch (January 1, 1970)
void value(ulong v)

Sets the clock's value as Unix time.

Parameters

vTime in seconds since Unix epoch