SysTime.second

ubyte second() @property @safe const nothrow scope

Seconds past the current minute.

void second(int second) @property @safe scope

Seconds past the current minute.

Parameters

secondThe second to set this SysTime's second to.

Throws

DateTimeException if the given second are

not a valid second of a minute.