startOfISOWeek property

Date startOfISOWeek

Get a Date representing start of week (ISO week) of this Date in local time.

Implementation

Date get startOfISOWeek => subDays(weekday - 1);