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