共用方式為


TimeProvider.System 屬性

定義

取得 , TimeProvider 提供以 為基礎的時鐘 UtcNow 、根據 的時區 Local 、根據 的高效能時間戳記 Stopwatch ,以及根據 的 Timer 計時器。

public:
 static property TimeProvider ^ System { TimeProvider ^ get(); };
public static TimeProvider System { get; }
static member System : TimeProvider
Public Shared ReadOnly Property System As TimeProvider

屬性值

備註

Local如果傳回物件之後的變更,變更將會反映在擷取 GetLocalNow() 的任何後續作業中。

適用於