TemporalZ

daysInWeek

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

Parameters

#
self:PlainDate
PlainDate

Source

Implementation

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