subsecond property
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;
}
Returns the subsecond in this time as nanoseconds
See the Rust documentation for subsecond
for more information.
int get subsecond {
final result = _icu4x_Time_subsecond_mv1(_ffi);
return result;
}