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.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

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

Parameters

dateTime
Type: System..::.DateTime

Return Value

A value indicating whether the task item would be on schedule at the specified date and time.

See Also