TemporalZ

daysInMonth

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

Parameters

#
self:PlainDate
PlainDate

Source

Implementation

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