Gets a value indicating whether the project consisting of all standard tasks within the control would be on schedule at 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 IsProjectOnSchedule(
	DateTime dateTime
)
Visual Basic (Declaration)
Public Function IsProjectOnSchedule ( _
	dateTime As DateTime _
) As Boolean

Parameters

dateTime
Type: System..::.DateTime

Return Value

A value indicating whether the project consisting of all standard tasks within the control would be on schedule at the specified date and time.

Implements

IGanttChartView..::.IsProjectOnSchedule(DateTime)

See Also