TimeOfDay.second

ubyte second() @property const @safe pure nothrow @nogc

Seconds past the minute.

void second(int second) @property @safe pure

Seconds past the minute.

Parameters

secondThe second to set this TimeOfDay's second to.

Throws

DateTimeException if the given second

would result in an invalid TimeOfDay.