TimerCollectionSum Method

Return the sum of hours elapsed in the caller's collection of timers.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public static float Sum(
	List<TimerItem> timers
)

Parameters

timers  ListTimerItem
Reference to the list of timers whose time will be summed.

Return Value

Single
The sum of the provided timers, in decimal hours.

See Also