toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.time
/
DateTime
/
copyDayOfMonth
copy
Day
Of
Month
fun
copyDayOfMonth
(
year
:
Year
=
this.year
,
month
:
Month
=
this.month
,
dayOfMonth
:
Int
=
this.dayOfMonth
,
hours
:
Int
=
this.hours
,
minutes
:
Int
=
this.minutes
,
seconds
:
Int
=
this.seconds
,
milliseconds
:
Int
=
this.milliseconds
)
:
DateTime