TaskCollectionGetTotalEstimatedTime Method

Return the total 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 GetTotalEstimatedTime(
	List<TaskItem> tasks
)

Parameters

tasks  ListTaskItem
Reference to the collection of tasks to summarize.

Return Value

Single
Total estimated time in all tasks.

See Also