seconds property
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
Implementation
int get seconds {
final result = _icu4x_UtcOffset_seconds_mv1(_ffi);
return result;
}