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 public TimeSpan TotalTime
Field Value
Type:
TimeSpanRemarks Time in which the control is paused doesn't contribute to this time.
See Also