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