public LocalDate Next(IsoDayOfWeek targetDayOfWeek) { // LocalDateTime.Next performs all the validation we need. return(new LocalDate(localTime.Next(targetDayOfWeek))); }