Clock.ElapsedTime Property

SFML.Net

ClockElapsedTime Property
Gets the time elapsed since the last call to Restart

Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Time ElapsedTime { get; }
Public ReadOnly Property ElapsedTime As Time
	Get
public:
property Time ElapsedTime {
	Time get ();
}
member ElapsedTime : Time with get

Property Value

Type: Time
See Also