Noda Time
Start Property
NamespacesNodaTimeIntervalStart

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

Gets the start instant - the inclusive lower bound of the interval.
Declaration Syntax
C#Visual BasicVisual C++
public Instant Start { get; }
Public ReadOnly Property Start As Instant
	Get
public:
property Instant Start {
	Instant get ();
}
Value
The start Instant.
Remarks
This will never be later than End, though it may be equal to it.

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