TimeOfDay.hour

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

Hours past midnight.

void hour(int hour) @property @safe pure

Hours past midnight.

Parameters

hourThe hour of the day to set this TimeOfDay's hour to.

Throws

DateTimeException if the given hour would

result in an invalid TimeOfDay.