| ManualClockTotalTime Property |
Gets the duration (wall clock time) for which the clock is running.
Namespace: DigitalRune.Game.TimingAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public TimeSpan TotalTime { get; }
Public ReadOnly Property TotalTime As TimeSpan
Get
public:
virtual property TimeSpan TotalTime {
TimeSpan get () sealed;
}
abstract TotalTime : TimeSpan with get
override TotalTime : TimeSpan with get
Property Value
Type:
TimeSpanThe duration (wall clock time) for which the clock is running.
Implements
IGameClockTotalTimeSee Also