operator fun LocalTime.component1(): Int
Return the hour of this LocalTime. |
|
operator fun LocalTime.component2(): Int
Return the minute of this LocalTime. |
|
operator fun LocalTime.component3(): Int
Return the second of this LocalTime. |
|
operator fun LocalTime.component4(): Int
Return the nanosecond offset of this LocalTime. |