Returns the Week next to this.
Week get next { if (index != last.index) { return Week.values[index + 1]; } else { return first; } }