Click or drag to resize
CanvasTimingInformationTotalTime Field
Represents the elapsed time, in ticks, for which this control has ever been running.

Namespace:  Microsoft.Graphics.Canvas.UI
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public TimeSpan TotalTime

Field Value

Type: TimeSpan
Remarks
Time in which the control is paused doesn't contribute to this time.
See Also