dayOfYear property

int dayOfYear

Returns the day of the year of this Jiffy instance.

The returned value is an integer between 1 and 366, inclusive, where 1 represents January 1st of the year and 366 represents December 31st of a leap year.

Implementation

int get dayOfYear => _getter.dayOfYear(dateTime);