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

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

Syntax

C#
public Nullable<DateTime> MaxFinish { get; set; }
Visual Basic (Declaration)
Public Property MaxFinish As Nullable(Of DateTime)
	Get
	Set

See Also