Gets a value indicating whether the task is currently on schedule, so that its completed effort value reaches the current date and time.

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

Syntax

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

Return Value

A value indicating whether the task is currently on schedule.

See Also