Home
last modified time | relevance | path

Searched refs:lastInMonth (Results 1 – 3 of 3) 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
/libcore/api/
Dcurrent.txt12878 method public static java.time.temporal.TemporalAdjuster lastInMonth(java.time.DayOfWeek);