inLeapYear
Returns true if this year-month is in a leap year.
Parameters
- self:PlainYearMonth
- PlainYearMonth
Source
Implementation
pub fn inLeapYear(self: PlainYearMonth) bool {
return abi.c.temporal_rs_PlainYearMonth_in_leap_year(self._inner);
}Returns true if this year-month is in a leap year.
Source
pub fn inLeapYear(self: PlainYearMonth) bool {
return abi.c.temporal_rs_PlainYearMonth_in_leap_year(self._inner);
}