SysTime.month

Month of a Gregorian Year.

  1. Month month [@property getter]
  2. Month month [@property setter]
    struct SysTime
    @property @safe scope
    void
    month

Parameters

month Month

The month to set this SysTime's month to.

Throws

std.datetime.date.DateTimeException if the given month is not a valid month.

Meta