The time point which begins the interval.
The duration from the starting point to the end point.
std.datetime.date.DateTimeException if the resulting end is before begin.
assert(Interval!Date(Date(1996, 1, 2), dur!"days"(3)) == Interval!Date(Date(1996, 1, 2), Date(1996, 1, 5)));