NegInfInterval.this

this(scope const TP end) pure nothrow

Parameters

endThe time point which ends the interval. Example: -------------------- auto interval = PosInfInterval!Date(Date(1996, 1, 2)); --------------------