DateTimeException if the given day is an
invalid day of the year.
ushort dayOfYear() @property const @safe pure nothrow @nogcDay of the year this Date is on.
void dayOfYear(int day) @property @safe pureDay of the year.
day | The day of the year to set which day of the year this Date is on. |
DateTimeException if the given day is an
invalid day of the year.