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