daysInMonth property
Returns the number of days in the month represented by this date
See the Rust documentation for days_in_month
for more information.
Implementation
int get daysInMonth {
final result = _icu4x_Date_days_in_month_mv1(_ffi);
return result;
}