Searched refs:lastInMonth (Results 1 – 3 of 3) sorted by relevance
431 assertNotNull(TemporalAdjusters.lastInMonth(MONDAY)); in factory_lastInMonth()436 TemporalAdjusters.lastInMonth(null); in factory_lastInMonth_nullDayOfWeek()443 LocalDate test = (LocalDate) TemporalAdjusters.lastInMonth(dow).adjustInto(date); in test_lastInMonth()
310 public static TemporalAdjuster lastInMonth(DayOfWeek dayOfWeek) { in lastInMonth() method
12878 method public static java.time.temporal.TemporalAdjuster lastInMonth(java.time.DayOfWeek);