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
/
copyDayOfMonth
copy
Day
Of
Month
fun
DateTime
.
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