TaskCollectionGetTotalOutstandingEstimatedTime Method

Return the total outstanding estimated time of all tasks in the provided collection.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static float GetTotalOutstandingEstimatedTime(
	List<TaskItem> tasks
)

Parameters

tasks  ListTaskItem
Reference to the collection of tasks to summarize.

Return Value

Single
Total outstanding estimated time in all tasks.

See Also