Gets a value indicating whether the project consisting of all standard tasks within the component would be on schedule at the specified date and time. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

Parameters

dateTime
Type: System..::..DateTime

See Also