Date opBinary(string op)(Duration duration) if (op == "+" || op == "-")
Gives the result of adding or subtracting a Duration from this Date.
Duration
The legal types of arithmetic for Date using this operator are
duration
Duration opBinary(string op)(Date rhs) if (op == "-")
Gives the difference between two Dates.