dayOfYear property

int dayOfYear

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

Implementation

int get dayOfYear => _offsetDateTime.dayOfYear;