DateTimeException if the given day is not
a valid day of the current month.
ubyte day() @property const @safe pure nothrow @nogcDay of a Gregorian Month.
void day(int day) @property @safe pureDay of a Gregorian Month.
day | The day of the month to set this Date's day to. |
DateTimeException if the given day is not
a valid day of the current month.