Overload List

  NameDescription
Public methodIsOnSchedule(TaskItem)
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.
Public methodIsOnSchedule(TaskItem, DateTime)
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.

See Also