Searched refs:atMonth (Results 1 – 3 of 3) sorted by relevance
968 public YearMonth atMonth(Month month) { in atMonth() method in Year987 public YearMonth atMonth(int month) { in atMonth() method in Year
969 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()
11982 method public java.time.YearMonth atMonth(java.time.Month);11983 method public java.time.YearMonth atMonth(int);