new

fun new(hourIn24: Int, minute: Int = 0, second: Int = 0, nanoOfSecond: Int = 0): LocalTime

Return

LocalTime.

Parameters

hourIn24

Hour of the day with range 0-23.

minute

Minute of the hour with range 0-59.

second

Second of the minute with range 0-59.

nanoOfSecond

Nano-of-second to represent, from 0 to 999,999,999.


fun new(epochMilliseconds: Long, zoneId: ZoneId = ZoneId.systemDefault()): LocalTime