共用方式為


SystemUpdateManager.TrySetUserActiveHours(TimeSpan, TimeSpan) 方法

定義

嘗試設定使用者定義的使用時間,在此期間,不允許自動重新開機更新。

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

參數

start
TimeSpan TimeSpan

使用時間的開始時間。

end
TimeSpan TimeSpan

使用時間結束時間。

傳回

Boolean

bool

如果已設定使用時間,則會傳回 true。 否則會傳回 False。

備註

您可以使用Windows.System.Update.SystemUpdateManager.UserActiveHoursMax擷取開始時間和結束時間之間允許的最大時數

適用於