endOfNextIsoWeek method

Moment endOfNextIsoWeek()

Assumes this is in local timezone, but will preserve the timezone

Implementation

Moment endOfNextIsoWeek() => forcedSuperType
    .endOfNextLocalWeek(DateTime.monday)
    .toMoment(localization: setLocalization);