UtcOffset
inline class UtcOffset(totalSeconds: IntSeconds) : Comparable<UtcOffset>
Content copied to clipboard
See also
Parameters
Constructors
UtcOffset
Link copied to clipboard
the total number of seconds to offset by
Types
Functions
compareTo
Link copied to clipboard
equals
Link copied to clipboard
toComponents
Link copied to clipboard
inline fun <T> toComponents(action: (Int, IntHours, IntMinutes, IntSeconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (IntHours, IntMinutes, IntSeconds) -> T): T
Content copied to clipboard
Properties
isValid
Link copied to clipboard
totalSeconds
Link copied to clipboard
the total number of seconds to offset by
Extensions
asTimeZone
Link copied to clipboard
toJavaZoneOffset
Link copied to clipboard
toNSTimeZone
Link copied to clipboard