TemporalZ

dayOfYear

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

Parameters

#
self:PlainDateTime
PlainDateTime

Source

Implementation

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