hour property

int get hour

Returns the hour in this time

See the Rust documentation for hour for more information.

Implementation

int get hour {
  final result = _icu4x_Time_hour_mv1(_ffi);
  return result;
}