TaskCollectionGetTotalOutstandingEstimatedTime Method
Return the total outstanding estimated time of all tasks in the
provided collection.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static float GetTotalOutstandingEstimatedTime(
List<TaskItem> tasks
)
Public Shared Function GetTotalOutstandingEstimatedTime (
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 outstanding estimated time in all tasks.