TemporalZ

daysInYear

Returns the number of days in the year for this date.

Parameters

#
self:PlainDate
PlainDate

Source

Implementation

#
pub fn daysInYear(self: PlainDate) u16 {
    return abi.c.temporal_rs_PlainDate_days_in_year(self._inner);
}