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