Gets a value indicating whether the specified task item is currently on schedule, so that its completed effort value reaches the current 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
)
Visual Basic (Declaration)
Public Function IsOnSchedule ( _
	item As TaskItem _
) As Boolean

See Also