Returns the duration between begin and end.
assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).length == dur!"days"(5903));
See Implementation
Returns the duration between begin and end.