Click or drag to resize

ITimerQueueCurrentTime Property

Gets the current time of the underlying high resolution clock. This is a relative value, e.g. relative to the start time of the clock.

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

Property Value

TimeSpan
The current time value.
See Also