Click or drag to resize

HighResolutionClock Class

Implementation of a high resolution clock. The delivered time value is relative, e.g. relative to the start of the timer. The values are guaranteed to be continuously increasing, even if the system time of the computer is changed backwards.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.ServicesHighResolutionClock

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class HighResolutionClock : IHighResolutionClock

The HighResolutionClock type exposes the following members.

Constructors
 NameDescription
Public methodHighResolutionClock Initializes a new instance of the HighResolutionClock class.
Top
Properties
 NameDescription
Public propertyCurrentTime Gets the current time. This is a relative value, e.g. relative to the start of the timer.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also