Click or drag to resize

TimerQueueCurrentTime Property

Gets the time that is elapsed during this timer is running.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public TimeSpan CurrentTime { get; }

Property Value

TimeSpan
The elapsed time.

Implements

ITimerQueueCurrentTime
See Also