korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-time
/
korlibs.time
/
YearMonth
/
Companion
/
invoke
invoke
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.