week property

int week

Implementation

int get week => ((dayOfYear - day + 10) / 7).floor();