Gets or sets the finish date and time of this Task. This is a dependency property.

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

Syntax

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

See Also