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