Companion

object Companion

Functions

Link copied to clipboard
operator fun invoke(year: Year, month: Month): YearMonth
operator fun invoke(year: Int, month: Month): YearMonth

Constructs a new YearMonth from the year and month components.

operator fun invoke(year: Int, month1: Int): YearMonth

Constructs a new YearMonth from the year and month components.