Gets a value indicating whether the task item is currently on schedule, so that its completed effort value reaches the current date and time.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public bool IsOnSchedule()
Visual Basic (Declaration)
Public Function IsOnSchedule As Boolean

Return Value

A value indicating whether the task item is currently on schedule.

See Also