endOfISOWeek property

Date endOfISOWeek

Return the end of ISO week for this date. The result will be in the local timezone.

Implementation

Date get endOfISOWeek => startOfISOWeek.addDays(6);