Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
DYear.java968 public YearMonth atMonth(Month month) { in atMonth() method in Year
987 public YearMonth atMonth(int month) { in atMonth() method in Year
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKYear.java945 YearMonth end = start.plusYears(2).atMonth(Month.APRIL); in test_until_convertedType()
991 assertEquals(test.atMonth(Month.JUNE), YearMonth.of(2008, 6)); in test_atMonth()
997 test.atMonth((Month) null); in test_atMonth_nullMonth()
1006 assertEquals(test.atMonth(6), YearMonth.of(2008, 6)); in test_atMonth_int()
1012 test.atMonth(13); in test_atMonth_int_invalidMonth()