fun IntHours.asUtcOffset(): UtcOffset
Converts a duration of hours into a UTC time offset of the same length.
ArithmeticException - if overflow occurs
fun IntMinutes.asUtcOffset(): UtcOffset
Converts a duration of minutes into a UTC time offset of the same length.
ArithmeticException - if overflow occurs
fun IntSeconds.asUtcOffset(): UtcOffset
Converts a duration of seconds into a UTC time offset of the same length.