fromMillisecondOfDay

actual fun fromMillisecondOfDay(millisecondOfDay: Int): LocalTime(source)
expect fun fromMillisecondOfDay(millisecondOfDay: Int): LocalTime(source)

Constructs a LocalTime that represents the specified number of milliseconds since the start of a calendar day. The sub-millisecond parts of the LocalTime will be zero.

See also

Throws

if millisecondOfDay is outside the 0 until 86400 * 1_000 range, with 86400 being the number of seconds in a calendar day.

actual fun fromMillisecondOfDay(millisecondOfDay: Int): LocalTime(source)
actual fun fromMillisecondOfDay(millisecondOfDay: Int): LocalTime(source)