[This is preliminary documentation and is subject to change.]
Initializes a new instance of the Interval struct.
The interval includes the start instant and excludes the
end instant. The end may equal the start (resulting in an empty interval), but must not be before the start.


Exception | Condition |
---|---|
ArgumentOutOfRangeException | end is earlier than start. |
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)