Gets the absolute duration of the current day time interval (difference between Finish and Start values).

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

Syntax

C#
public TimeSpan Duration { get; }
Visual Basic (Declaration)
Public ReadOnly Property Duration As TimeSpan
	Get

See Also