SysTime.fracSecs

Duration fracSecs() @property @safe const nothrow scope

Fractional seconds past the second (i.e. the portion of a

SysTime which is less than a second).
void fracSecs(Duration fracSecs) @property @safe scope

Fractional seconds past the second (i.e. the portion of a

SysTime which is less than a second).

Parameters

fracSecsThe duration to set this SysTime's fractional seconds to.

Throws

DateTimeException if the given duration

is negative or if it's greater than or equal to one second.