PosInfInterval.begin
TP begin() @property const pure nothrowThe 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 nothrowThe starting point of the interval. It is included in the interval.
Parameters
timePoint | The time point to set begin to. |