SysTime.stdTime
long stdTime() @property @safe const pure nothrow scope @nogcThe 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 scopeThe total hnsecs from midnight, January 1st, 1 A.D. UTC. This is the internal representation of SysTime.
Parameters
stdTime | The number of hnsecs since January 1st, 1 A.D. UTC. |