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. 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 IsOnSchedule(
	TaskItem item,
	DateTime dateTime
)
Visual Basic (Declaration)
Public Function IsOnSchedule ( _
	item As TaskItem, _
	dateTime As DateTime _
) As Boolean

See Also