SysTime.minute

ubyte minute() @property @safe const nothrow scope

Minutes past the current hour.

void minute(int minute) @property @safe scope

Minutes past the current hour.

Parameters

minuteThe minute to set this SysTime's minute to.

Throws

DateTimeException if the given minute are

not a valid minute of an hour.