month property
Returns 1-indexed number of the month of this date in its year
See the Rust documentation for ordinal
for more information.
Additional information: 1
Implementation
int get month {
final result = _icu4x_IsoDate_month_mv1(_ffi);
return result;
}