Searched refs:startDateInclusive (Results 1 – 2 of 2) sorted by relevance
116 …public static ChronoPeriod between(ChronoLocalDate startDateInclusive, ChronoLocalDate endDateExcl… in between() argument117 Objects.requireNonNull(startDateInclusive, "startDateInclusive"); in between()119 return startDateInclusive.until(endDateExclusive); in between()
379 public static Period between(LocalDate startDateInclusive, LocalDate endDateExclusive) { in between() argument380 return startDateInclusive.until(endDateExclusive); in between()