PosInfInterval.this

this(scope const TP begin) pure nothrow

Parameters

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