opBinaryRight

Returns a Date resulting from adding an integer number of days to the current Date via the + operator.

@safe pure @nogc const
Date
opBinaryRight
(
string op : "+"
)
(
int rhs
)