fromSecondOfDay

actual fun fromSecondOfDay(secondOfDay: Int): LocalTime(source)
expect fun fromSecondOfDay(secondOfDay: Int): LocalTime(source)

Constructs a LocalTime that represents the specified number of seconds since the start of a calendar day. The fractional parts of the second will be zero.

See also

Throws

if secondOfDay is outside the 0 until 86400 range, with 86400 being the number of seconds in a calendar day.

actual fun fromSecondOfDay(secondOfDay: Int): LocalTime(source)
actual fun fromSecondOfDay(secondOfDay: Int): LocalTime(source)