dayOfMonth property
Returns the 1-indexed day in the month for this date
See the Rust documentation for day_of_month
for more information.
Implementation
int get dayOfMonth {
final result = _icu4x_IsoDate_day_of_month_mv1(_ffi);
return result;
}