Gets or sets the duration of the TimeInterval.

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

Syntax

C#
[BindableAttribute(true)]
public TimeSpan Duration { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Duration As TimeSpan

See Also