TemporalZ

day

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

Parameters

#
self:PlainDate
PlainDate

Source

Implementation

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