core-ktx / androidx.time / java.time.LocalTime

Extensions for java.time.LocalTime

component1

operator fun LocalTime.component1(): Int

Return the hour of this LocalTime.

component2

operator fun LocalTime.component2(): Int

Return the minute of this LocalTime.

component3

operator fun LocalTime.component3(): Int

Return the second of this LocalTime.

component4

operator fun LocalTime.component4(): Int

Return the nanosecond offset of this LocalTime.