Click or drag to resize
DigitalRuneGameTimerEventArgsAccumulatedTime Property
Gets the accumulated time.

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

Property Value

Type: TimeSpan
The accumulated time.
Remarks
See AccumulatedTime for more information.
See Also