VirtualTimeSchedulerBase<TAbsolute、TRelative>。Clock プロパティ

スケジューラの絶対時間クロック値を取得します。

Namespace:System.Reactive.Concurrency
アセンブリ: System.Reactive (System.Reactive.dll)

構文

'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
スケジューラの絶対時間クロック値。

参照

リファレンス

VirtualTimeSchedulerBase<TAbsolute、TRelative> クラス

System.Reactive.Concurrency 名前空間