dayOfYear
Returns the 1-based day index in the year of this date.
Parameters
- self:ZonedDateTime
- ZonedDateTime
Source
Implementation
pub fn dayOfYear(self: ZonedDateTime) u16 {
return abi.c.temporal_rs_ZonedDateTime_day_of_year(self._inner);
}Returns the 1-based day index in the year of this date.
Source
pub fn dayOfYear(self: ZonedDateTime) u16 {
return abi.c.temporal_rs_ZonedDateTime_day_of_year(self._inner);
}