second property
Returns the second in this time
See the Rust documentation for second
for more information.
Implementation
int get second {
final result = _icu4x_Time_second_mv1(_ffi);
return result;
}
Returns the second in this time
See the Rust documentation for second
for more information.
int get second {
final result = _icu4x_Time_second_mv1(_ffi);
return result;
}