Home
last modified time | relevance | path

Searched refs:atMonth (Results 1 – 3 of 3) 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.java969 YearMonth end = start.plusYears(2).atMonth(Month.APRIL); in test_until_convertedType()
1015 assertEquals(test.atMonth(Month.JUNE), YearMonth.of(2008, 6)); in test_atMonth()
1021 test.atMonth((Month) null); in test_atMonth_nullMonth()
1030 assertEquals(test.atMonth(6), YearMonth.of(2008, 6)); in test_atMonth_int()
1036 test.atMonth(13); in test_atMonth_int_invalidMonth()
/libcore/api/
Dcurrent.txt11982 method public java.time.YearMonth atMonth(java.time.Month);
11983 method public java.time.YearMonth atMonth(int);