YearMonth

Creates a YearMonth.

fun YearMonth(year: Int, monthNumber: Int)

Creates a YearMonth.

Parameters

month

the month of the year

year

the year

fun YearMonth(year: Int, month: Month)