DateTime.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 DateTime's second to.

Throws

DateTimeException if the given seconds

would result in an invalid DateTime.