monthsInYear
Returns the number of months in the year of this year-month.
Parameters
- self:PlainYearMonth
- PlainYearMonth
Source
Implementation
pub fn monthsInYear(self: PlainYearMonth) u16 {
return abi.c.temporal_rs_PlainYearMonth_months_in_year(self._inner);
}