Gets the total duration of the intervals in the collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(false)]
public TimeSpan Duration { get; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public ReadOnly Property Duration As TimeSpan

See Also