TemporalZ

daysInWeek

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

Parameters

#
self:PlainDateTime
PlainDateTime

Source

Implementation

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