Gets the offset as eighths of an hour.
See the Rust documentation for to_eighths_of_hour
for more information.
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
Static
fromCreates an offset from eighths of an hour.
See the Rust documentation for from_eighths_of_hour
for more information.
Additional information: 1
Static
fromCreates an offset from seconds.
Errors if the offset seconds are out of range.
See the Rust documentation for try_from_seconds
for more information.
Static
fromCreates an offset from a string.
See the Rust documentation for try_from_str
for more information.
Additional information: 1
See the Rust documentation for
UtcOffset
for more information.