Interval.openStart constructor

Interval.openStart(
  1. DateTime end
)

Creates an open started interval ending to the end instant (exclusive).

Implementation

factory Interval.openStart(DateTime end) => Interval(null, Instant(end));