Whether this interval is after the given time point.
The time point to check whether this interval is after it.
assert(PosInfInterval!Date(Date(1996, 1, 2)).isAfter(Date(1994, 12, 24))); assert(!PosInfInterval!Date(Date(1996, 1, 2)).isAfter(Date(2000, 1, 5)));
See Implementation
Whether this interval is after the given time point.