Click or drag to resize
DigitalRuneHighPrecisionClockTotalTime Property
Gets the duration (wall clock time) for which the clock is running.

Namespace: DigitalRune.Game.Timing
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public TimeSpan TotalTime { get; }

Property Value

Type: TimeSpan
The duration (wall clock time) for which the clock is running.

Implements

IGameClockTotalTime
See Also