TemporalZ

month

Returns the month (1-12).

Parameters

#
self:PlainDate
PlainDate

Source

Implementation

#
pub fn month(self: PlainDate) u8 {
    return abi.c.temporal_rs_PlainDate_month(self._inner);
}