TemporalZ

dayOfWeek

Returns the day of the week (1 = Monday, 7 = Sunday).

Parameters

#
self:PlainDate
PlainDate

Source

Implementation

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