endOfWeekend property

Date endOfWeekend

Get a Date representing end of weekend of this Date in local time.

Implementation

Date get endOfWeekend => startOfWeekend.addDays(1);