Documentation for a minimal subset of the QSM API
QS.Fx.Clock Namespace
Namespaces > QS.Fx.Clock
The namespace defines virtualize clocks and timers.
Syntax
C#Visual BasicManaged C++
namespace QS.Fx.Clock
Namespace QS.Fx.Clock
namespace QS.Fx.Clock
Types
All TypesClassesStructuresInterfacesEnumerationsDelegates
IconNameDescription
public delegateAlarmCallback
This class represents the callback to invoke to process a timer event.

public interfaceIAlarm
This class represents a scheduled or unscheduled timer event.

public interfaceIAlarmClock
This class represents a high-resolution timer. It can only be used from within the context of the internal QuickSilver threads.

public interfaceIClock
This class represents a high-resolution clock with microsecond-level accuracy.

public classPhysicalClock