SystemUpdateManager.TrySetUserActiveHours(TimeSpan, TimeSpan) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試設定使用者定義的使用時間,在此期間,不允許自動重新開機更新。
public:
static bool TrySetUserActiveHours(TimeSpan start, TimeSpan end);
static bool TrySetUserActiveHours(TimeSpan const& start, TimeSpan const& end);
public static bool TrySetUserActiveHours(System.TimeSpan start, System.TimeSpan end);
function trySetUserActiveHours(start, end)
Public Shared Function TrySetUserActiveHours (start As TimeSpan, end As TimeSpan) As Boolean
參數
傳回
Boolean
bool
如果已設定使用時間,則會傳回 true。 否則會傳回 False。
備註
您可以使用Windows.System.Update.SystemUpdateManager.UserActiveHoursMax擷取開始時間和結束時間之間允許的最大時數