Skip to content

//core/io.islandtime/Time/copy

copy

common

fun copy(hour: Int = this.hour, minute: Int = this.minute, second: Int = this.second, nanosecond: Int = this.nanosecond): Time

Returns a copy of this time with the values of any individual components replaced by the new values specified.

Throws

DateTimeException if the resulting time is invalid