currentTimeInMillis

fun currentTimeInMillis(clock: Clock = Clock.System): Long(source)

Current time in millis.

Return

Current time in millis.

Parameters

clock

Clock instance to be used. Defaults to instance that queries the operating system as it's source of knowledge of time.