SysTime.stdTime

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

  1. long stdTime [@property getter]
  2. long stdTime [@property setter]
    struct SysTime
    @property @safe pure nothrow scope
    void
    stdTime
    (
    long stdTime
    )

Parameters

stdTime long

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

Meta