TemporalZ

daysInMonth

Returns the number of days in the month for this date-time.

Parameters

#
self:PlainDateTime
PlainDateTime

Source

Implementation

#
pub fn daysInMonth(self: PlainDateTime) u16 {
    return abi.c.temporal_rs_PlainDateTime_days_in_month(self._inner);
}