Returns the number of this DateTime in the year. The first day of the year is 1.
int get dayInYear => difference(firstDayOfYear).inDays + 1;