subsecond property

int get subsecond

Returns the subsecond in this time as nanoseconds

See the Rust documentation for subsecond for more information.

Implementation

int get subsecond {
  final result = _icu4x_Time_subsecond_mv1(_ffi);
  return result;
}