NegInfInterval.end
TP end() @property const pure nothrowThe end point of the interval. It is excluded from the interval.
Example: -------------------- assert(NegInfInterval!Date(Date(2012, 3, 1)).end == Date(2012, 3, 1)); --------------------
void end(TP timePoint) @property pure nothrowThe end point of the interval. It is excluded from the interval.
Parameters
timePoint | The time point to set end to. |