Interval.length

@property auto length() const pure nothrow

Returns the duration between begin and end.

Example: -------------------- assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).length == dur!"days"(5903)); --------------------