toLocalTime

fun Int.toLocalTime(): LocalTime

Parse a time from a formatted integer with this format: HHmmssSSS.

Receiver

Number to be converted to a time.

Return

Local time representation of the given number.