Gets or sets the late finish date and time of the current task item. It is passed to the client side as the item.lateFinish field accessible from the client code.

Namespace:  DlhSoft.Web.Mvc.Pert
Assembly:  DlhSoft.ProjectData.PertChart.Mvc.Extensions (in DlhSoft.ProjectData.PertChart.Mvc.Extensions.dll)

Syntax

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

See Also