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