asUtcOffset

fun IntHours.asUtcOffset(): UtcOffset

Converts a duration of hours into a UtcOffset of the same length.

Throws

if overflow occurs

fun IntMinutes.asUtcOffset(): UtcOffset

Converts a duration of minutes into a UtcOffset of the same length.

Throws

if overflow occurs

fun IntSeconds.asUtcOffset(): UtcOffset

Converts a duration of seconds into a UtcOffset of the same length.