hoursPart property

int get hoursPart

Returns the hours part of the offset.

See the Rust documentation for hours_part for more information.

Additional information: 1

Implementation

int get hoursPart {
  final result = _icu4x_UtcOffset_hours_part_mv1(_ffi);
  return result;
}