Noda Time
End Property
NamespacesNodaTimeIntervalEnd

[This is preliminary documentation and is subject to change.]

Gets the end instant - the exclusive upper bound of the interval.
Declaration Syntax
C#Visual BasicVisual C++
public Instant End { get; }
Public ReadOnly Property End As Instant
	Get
public:
property Instant End {
	Instant get ();
}
Value
The end Instant.
Remarks
This will never be earlier than Start, though it may be equal to it. If this value is MaxValue, it is treated as an inclusive upper bound: an interval stretching to infinity includes the end of time.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)