DateTime.dayOfYear

ushort dayOfYear() @property const @safe pure nothrow @nogc

Day of the year this DateTime is on.

void dayOfYear(int day) @property @safe pure

Day of the year.

Parameters

dayThe day of the year to set which day of the year this DateTime is on.