TimeOfDay.minute

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

Minutes past the hour.

void minute(int minute) @property @safe pure

Minutes past the hour.

Parameters

minuteThe minute to set this TimeOfDay's minute to.

Throws

DateTimeException if the given minute

would result in an invalid TimeOfDay.