Checks if this day is before or the same as another day.
bool operator <=(Day other) => value <= other.value;