PosInfInterval.begin

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

  1. TP begin [@property getter]
  2. TP begin [@property setter]
    struct PosInfInterval(TP)
    @property pure nothrow
    void
    begin

Parameters

timePoint TP

The time point to set begin to.

Meta