Searched refs:atMonth (Results 1 – 2 of 2) sorted by relevance
968 public YearMonth atMonth(Month month) { in atMonth() method in Year987 public YearMonth atMonth(int month) { in atMonth() method in Year
945 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()