dayOfYear property

int dayOfYear

Gets the day of this local date and time within the year.

Implementation

int get dayOfYear => calendarDate.dayOfYear;