toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
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.