The time point which begins the interval.
The time point which ends (but is not included in) the interval.
std.datetime.date.DateTimeException if end is before begin.
Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1));
See Implementation