TemporalZ

daysInYear

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

Parameters

#
self:PlainDateTime
PlainDateTime

Source

Implementation

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