VirtualTimeSchedulerBase<TAbsolute, TRelative>.Clock Property
Gets the scheduler's absolute time clock value.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Property Clock As TAbsolute
Get
Protected Set
'Usage
Dim instance As VirtualTimeSchedulerBase
Dim value As TAbsolute
value = instance.Clock
instance.Clock = value
public TAbsolute Clock { get; protected set; }
public:
property TAbsolute Clock {
TAbsolute get ();
protected: void set (TAbsolute value);
}
member Clock : 'TAbsolute with get, set
function get Clock () : TAbsolute
protected function set Clock (value : TAbsolute)
Property Value
Type: TAbsolute
The scheduler’s absolute time clock value.