获取计划器的绝对时间时钟值。
Namespace:System.Reactive.Concurrency
装配: System.Reactive.dll) 中的 System.Reactive (
语法
'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)
属性值
类型: TAbsolute
计划器的绝对时间时钟值。