Searched refs:firstInMonth (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/time/temporal/
H A DTemporalAdjusters.java290 public static TemporalAdjuster firstInMonth(DayOfWeek dayOfWeek) { method in class:TemporalAdjusters
/libcore/ojluni/src/test/java/time/tck/java/time/temporal/
H A DTCKTemporalAdjusters.java405 // firstInMonth()
409 assertNotNull(TemporalAdjusters.firstInMonth(MONDAY));
414 TemporalAdjusters.firstInMonth(null);
421 LocalDate test = (LocalDate) TemporalAdjusters.firstInMonth(dow).adjustInto(date);

Completed in 757 milliseconds