SysTime.hour

ubyte hour() @property @safe const nothrow scope

Hours past midnight.

void hour(int hour) @property @safe scope

Hours past midnight.

Parameters

hourThe hours to set this SysTime's hour to.

Throws

DateTimeException if the given hour are

not a valid hour of the day.