TemporalZ

day

Returns the day of the month (1-31).

Parameters

#
self:PlainDateTime
PlainDateTime

Source

Implementation

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