inline fun <T> toComponents(action: (sign: Int, hours: IntHours, minutes: IntMinutes, seconds: IntSeconds) -> T): T
Breaks a UTC offset down into components. The sign will indicate whether the offset is positive or negative while each component will be positive.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)inline fun <T> toComponents(action: (hours: IntHours, minutes: IntMinutes, seconds: IntSeconds) -> T): T
Breaks a UTC offset down into components. If the offset is negative, each component will be negative.