TaskCollectionGetTotalEstimatedTime Method
Return the total estimated time of all tasks in the provided
collection.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static float GetTotalEstimatedTime(
List<TaskItem> tasks
)
Public Shared Function GetTotalEstimatedTime (
tasks As List(Of TaskItem)
) As Single
No code example is currently available or this language may not be supported.
- tasks ListTaskItem
-
Reference to the collection of tasks to summarize.
Single
Total estimated time in all tasks.