Gets or sets the finish date and time of the completion time interval of the current task item.

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

Syntax

C#
public DateTime CompletedFinish { get; set; }
Visual Basic (Declaration)
Public Property CompletedFinish As DateTime
	Get
	Set

See Also