Gets or sets the completion finish date and time value (indicating the work progress) of the current item.
It is passed to the client side as the item.completedFinish field accessible from the client code.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public DateTime CompletedFinish { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property CompletedFinish As DateTime |