Interval.end

The end point of the interval. It is excluded from the interval.

  1. TP end [@property getter]
  2. TP end [@property setter]
    struct Interval(TP)
    @property pure
    void
    end

Parameters

timePoint TP

The time point to set end to.

Throws

std.datetime.date.DateTimeException if the resulting interval would be invalid.

Meta