monthNumber property
Returns the month number of this month.
See the Rust documentation for month_number
for more information.
Implementation
int get monthNumber {
final result = _icu4x_Date_month_number_mv1(_ffi);
return result;
}
Returns the month number of this month.
See the Rust documentation for month_number
for more information.
int get monthNumber {
final result = _icu4x_Date_month_number_mv1(_ffi);
return result;
}