core / io.islandtime / asUtcOffset

asUtcOffset

(iosArm64, iosX64, jvm, macosX64) fun IntHours.asUtcOffset(): UtcOffset

Convert a duration of hours into a UTC time offset of the same length.

Exceptions

ArithmeticException - if overflow occurs

(iosArm64, iosX64, jvm, macosX64) fun IntMinutes.asUtcOffset(): UtcOffset

Convert a duration of minutes into a UTC time offset of the same length.

Exceptions

ArithmeticException - if overflow occurs

(iosArm64, iosX64, jvm, macosX64) fun IntSeconds.asUtcOffset(): UtcOffset

Convert a duration of seconds into a UTC time offset of the same length.