toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.time
/
Time
/
Companion
Companion
object
Companion
Members
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
hour
:
Int
,
minute
:
Int
=
0
,
second
:
Int
=
0
,
millisecond
:
Int
=
0
)
:
Time
Constructs a new
Time
from the
hour
,
minute
,
second
and
millisecond
components.