Gets a value indicating whether the task item would be on schedule at the specified date and time, so that its completed effort value reaches the specified 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, DateTime dateTime ) |
| Visual Basic (Declaration) |
|---|
Public Function IsOnSchedule ( _ item As GanttChartItem, _ dateTime As DateTime _ ) As Boolean |