Checks if this day is strictly before another day.
bool operator <(Day other) => value < other.value;