Gets the overall finish date and 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 OverallFinish { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property OverallFinish As DateTime

See Also