Gets the overall start date ands time of the tasks managed by this TaskManager. This is a dependency property.

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

Syntax

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

See Also