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