DateTime.dayOfYear
ushort dayOfYear() @property const @safe pure nothrow @nogcDay of the year this DateTime is on.
void dayOfYear(int day) @property @safe pureDay of the year.
Parameters
day | The day of the year to set which day of the year this DateTime is on. |