dayOfYear property

int dayOfYear

Gets the day of this local date within the year.

Implementation

int get dayOfYear => ICalendarSystem.getDayOfYear(calendar, _yearMonthDayCalendar.toYearMonthDay());