Date.month

Month of a Gregorian Year.

  1. Month month [@property getter]
  2. Month month [@property setter]
    struct Date
    @property @safe pure
    void
    month

Parameters

month Month

The month to set this Date's month to.

Throws

std.datetime.date.DateTimeException if the given month is not a valid month or if the current day would not be valid in the given month.

Meta