Gets a value indicating whether the specified task item is currently on schedule, so that its completed effort value reaches the current date and time.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
public bool IsOnSchedule( GanttChartItem item ) |
| Visual Basic (Declaration) |
|---|
Public Function IsOnSchedule ( _ item As GanttChartItem _ ) As Boolean |
Parameters
- item
- Type: DlhSoft.Web.Mvc..::.GanttChartItem