LocalTime

actual constructor(hour: Int, minute: Int, second: Int, nanosecond: Int)(source)
expect constructor(hour: Int, minute: Int, second: Int = 0, nanosecond: Int = 0)(source)

Constructs a LocalTime instance from the given time components.

The supported ranges of components:

  • hour 0..23

  • minute 0..59

  • second 0..59

  • nanosecond 0..999_999_999

Throws

if any parameter is out of range.

actual constructor(hour: Int, minute: Int, second: Int, nanosecond: Int)(source)
actual constructor(hour: Int, minute: Int, second: Int, nanosecond: Int)(source)