monthsInYear property

int get monthsInYear

Returns the number of months in the year represented by this date

See the Rust documentation for months_in_year for more information.

Implementation

int get monthsInYear {
  final result = _icu4x_Date_months_in_year_mv1(_ffi);
  return result;
}