SysTime.hour

Hours past midnight.

  1. ubyte hour [@property getter]
  2. int hour [@property setter]
    struct SysTime
    @property @safe scope
    void
    hour
    (
    int hour
    )

Parameters

hour int

The hours to set this SysTime's hour to.

Throws

std.datetime.date.DateTimeException if the given hour are not a valid hour of the day.

Meta