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