GameTimerEventArgs.TotalTime Property
Gets the amount of total time since the start of the game.
Syntax
'Declaration
Public ReadOnly Property TotalTime As TimeSpan
public TimeSpan TotalTime { get; }
public:
property TimeSpan TotalTime {
TimeSpan get ();
}
Property Value
Type: TimeSpan
Total time since the start of the game.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
GameTimerEventArgs Class
GameTimerEventArgs Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone