TimerCollectionSum Method
Return the sum of hours elapsed in the caller's collection of timers.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static float Sum(
List<TimerItem> timers
)
Public Shared Function Sum (
timers As List(Of TimerItem)
) As Single
No code example is currently available or this language may not be supported.
- timers ListTimerItem
-
Reference to the list of timers whose time will be summed.
Single
The sum of the provided timers, in decimal hours.