Home
last modified time | relevance | path

Searched refs:lastInMonth (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/time/tck/java/time/temporal/
DTCKTemporalAdjusters.java431 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()
/libcore/ojluni/src/main/java/java/time/temporal/
DTemporalAdjusters.java310 public static TemporalAdjuster lastInMonth(DayOfWeek dayOfWeek) { in lastInMonth() method