SystemUpdatePolicy.InstallWindowStart Property

Definition

Get the start of the maintenance window.

public virtual int InstallWindowStart { [Android.Runtime.Register("getInstallWindowStart", "()I", "GetGetInstallWindowStartHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getInstallWindowStart", "()I", "GetGetInstallWindowStartHandler", ApiSince=23)>]
member this.InstallWindowStart : int

Property Value

the start of the maintenance window measured as the number of minutes from midnight, or -1 if the policy does not have a maintenance window.

Attributes

Remarks

Get the start of the maintenance window.

Java documentation for android.app.admin.SystemUpdatePolicy.getInstallWindowStart().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to