dayOfWeek
Returns the day of the week (1 = Monday, 7 = Sunday).
Parameters
- self:PlainDateTime
- PlainDateTime
Source
Implementation
pub fn dayOfWeek(self: PlainDateTime) u16 {
return abi.c.temporal_rs_PlainDateTime_day_of_week(self._inner);
}Returns the day of the week (1 = Monday, 7 = Sunday).
Source
pub fn dayOfWeek(self: PlainDateTime) u16 {
return abi.c.temporal_rs_PlainDateTime_day_of_week(self._inner);
}