PosInfInterval.begin

TP begin() @property const pure nothrow

The starting point of the interval. It is included in the interval.

Example: -------------------- assert(PosInfInterval!Date(Date(1996, 1, 2)).begin == Date(1996, 1, 2)); --------------------

void begin(TP timePoint) @property pure nothrow

The starting point of the interval. It is included in the interval.

Parameters

timePointThe time point to set begin to.