PosInfInterval.this

struct PosInfInterval(TP)
pure nothrow
this
(
scope const TP begin
)

Parameters

begin TP

The time point which begins the interval.

Examples

auto interval = PosInfInterval!Date(Date(1996, 1, 2));

Meta