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