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

Throws

DateTimeException if the given hour would

result in an invalid DateTime.