TemporalZ

month

Returns the month (1-12).

Parameters

#
self:PlainDateTime
PlainDateTime

Source

Implementation

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