fromNanosecondOfDay

actual fun fromNanosecondOfDay(nanosecondOfDay: Long): LocalTime(source)
expect fun fromNanosecondOfDay(nanosecondOfDay: Long): LocalTime(source)

Constructs a LocalTime that represents the specified number of nanoseconds since the start of a calendar day.

See also

Throws

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

actual fun fromNanosecondOfDay(nanosecondOfDay: Long): LocalTime(source)
actual fun fromNanosecondOfDay(nanosecondOfDay: Long): LocalTime(source)