getDayOfYear property

int getDayOfYear

Days since year started. The result will be in the local timezone.

Implementation

int get getDayOfYear => diff(startOfYear).inDays + 1;