SysTime.stdTime

long stdTime() @property @safe const pure nothrow scope @nogc

The total hnsecs from midnight, January 1st, 1 A.D. UTC. This is the internal representation of SysTime.

void stdTime(long stdTime) @property @safe pure nothrow scope

The total hnsecs from midnight, January 1st, 1 A.D. UTC. This is the internal representation of SysTime.

Parameters

stdTimeThe number of hnsecs since January 1st, 1 A.D. UTC.