TemporalZ

dayOfYear

Returns the day of the year (1-366).

Parameters

#
self:PlainDate
PlainDate

Source

Implementation

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