second property
int
get
second
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;
}