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