Noda Time
Duration Property
NamespacesNodaTimeIntervalDuration

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

Returns the duration of the interval.
Declaration Syntax
C#Visual BasicVisual C++
public Duration Duration { get; }
Public ReadOnly Property Duration As Duration
	Get
public:
property Duration Duration {
	Duration get ();
}
Value
The duration of the interval.
Remarks
This will always be a non-negative duration, though it may be zero.

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