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