스케줄러의 절대 시간 클록 값을 가져옵니다.
네임스페이스:System.Reactive.Concurrency
어셈블리: System.Reactive(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)
속성 값
형식: TAbsolute
스케줄러의 절대 시간 클록 값입니다.