PosInfInterval.this
this
(scope const TP begin) pure nothrowParameters
begin | The time point which begins the interval. Example: -------------------- auto interval = PosInfInterval!Date(Date(1996, 1, 2)); -------------------- |