CurrentHighResolutionClock Property |
Gets a high resolution clock that delivers relative values (TimeSpan values relative to the start of the clock). Those values are guaranteed to be continuously incresing, even
if the computer's clock time is changed backwards.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static IHighResolutionClock HighResolutionClock { get; }
Property Value
IHighResolutionClock
The high resolution clock.
See Also