secondsPart property

int get secondsPart

Returns the seconds part of the offset.

See the Rust documentation for seconds_part for more information.

Additional information: 1

Implementation

int get secondsPart {
  final result = _icu4x_UtcOffset_seconds_part_mv1(_ffi);
  return result;
}