Returns the Weekday that corresponds to this added days. Eg.:
days
1
3
Weekday operator +(int days) => Weekday.fromDateTimeValue((dateTimeValue - 1 + days) % values.length + 1);