SysTime.month

Month month() @property @safe const nothrow scope

Month of a Gregorian Year.

void month(Month month) @property @safe scope

Month of a Gregorian Year.

Parameters

monthThe month to set this SysTime's month to.

Throws

DateTimeException if the given month is

not a valid month.