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