endOfWeekWith method
Gets the end of the week with configuration.
Implementation
Hora endOfWeekWith({WeekConfig config = WeekConfig.iso}) =>
startOfWeekWith(config: config)
.add(6, TemporalUnit.day)
.endOf(TemporalUnit.day);
Gets the end of the week with configuration.
Hora endOfWeekWith({WeekConfig config = WeekConfig.iso}) =>
startOfWeekWith(config: config)
.add(6, TemporalUnit.day)
.endOf(TemporalUnit.day);