fun LocalDateTime.withNextDayOfWeek(dayOfWeek: DayOfWeek, zone: TimeZone): LocalDateTime Returns a new LocalDateTime that has the date adjusted to the date with the given next dayOfWeek. If the date is already on the given dayOfWeek, returns a date a week later.