//
core
/
io.islandtime
/
YearMonth
/
YearMonth
common
YearMonth
Creates a
YearMonth
.
fun
YearMonth
(year:
Int
, monthNumber:
Int
)
Content copied to clipboard
Creates a
YearMonth
.
Parameters
month
the month of the year
year
the year
fun
YearMonth
(year:
Int
, month:
Month
)
Content copied to clipboard