TimerItemGetTimeSpan Method
Return the time elapsed from start to end or since the timer was
started.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public static TimeSpan GetTimeSpan(
TimerItem timer
)
Public Shared Function GetTimeSpan (
timer As TimerItem
) As TimeSpan
No code example is currently available or this language may not be supported.
- timer TimerItem
-
Reference to the timer to inspect.
TimeSpan
Reference to a time span reflecting the time elapsed from start to end,
if the timer has been stopped, or since the start, if the timer is
still running.