library
Toggle table of contents
0.0.8
common
Target filter
common
Switch theme
Search in API
Skip to content
library
library
/
kotlinxdatetimefun.localdatetime
/
of
of
fun
LocalDateTime.Companion
.
of
(
year
:
Int
,
month
:
Int
,
day
:
Int
,
hour
:
Int
=
0
,
minute
:
Int
=
0
,
second
:
Int
=
0
,
nanosecond
:
Int
=
0
)
:
LocalDateTime
fun
LocalDateTime.Companion
.
of
(
epochMilliseconds
:
Long
,
timeZone
:
TimeZone
=
TimeZone.currentSystemDefault()
)
:
LocalDateTime