Returns the Week that corresponds to this subtracted weeks. Eg.:
weeks
1
3
Week operator -(int weeks) => Week.values[(index - weeks) % values.length];