Noda Time
Duration Property
NamespacesNodaTime.TimeZonesZoneIntervalDuration

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

Gets the duration of this period.
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 this period.
Remarks
This is effectively End - Start.

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