Gets or sets the early finish date and time of the current task item.
It is passed to the client side as the item.earlyFinish field accessible from the client code.
Namespace:
DlhSoft.Web.UI.WebControls.PertAssembly: DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)
Syntax
| C# |
|---|
public DateTime EarlyFinish { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property EarlyFinish As DateTime |