Returns the hours part of the offset.
See the Rust documentation for hours_part for more information.
Additional information: 1
Returns whether the offset is positive.
See the Rust documentation for is_non_negative for more information.
Additional information: 1
Returns whether the offset is zero.
See the Rust documentation for is_zero for more information.
Additional information: 1
Returns the minutes part of the offset.
See the Rust documentation for minutes_part for more information.
Additional information: 1
Returns the value as offset seconds.
See the Rust documentation for offset for more information.
See the Rust documentation for to_seconds for more information.
Additional information: 1
Returns the seconds part of the offset.
See the Rust documentation for seconds_part for more information.
Additional information: 1
StaticfromCreates an offset from seconds.
Errors if the offset seconds are out of range.
See the Rust documentation for try_from_seconds for more information.
StaticfromCreates an offset from a string.
See the Rust documentation for try_from_str for more information.
Additional information: 1
See the Rust documentation for
UtcOffsetfor more information.