DateTimeException if the resulting
interval would be invalid.
TP end() @property const pure nothrowThe end point of the interval. It is excluded from the interval.
Example: -------------------- assert(Interval!Date(Date(1996, 1, 2), Date(2012, 3, 1)).end == Date(2012, 3, 1)); --------------------
void end(TP timePoint) @property pureThe end point of the interval. It is excluded from the interval.
timePoint | The time point to set end to. |
DateTimeException if the resulting
interval would be invalid.