Process.StartUptimeMillis Property

Definition

Return the SystemClock#uptimeMillis() at which this process was started, but before any of the application code was executed.

public static long StartUptimeMillis { [Android.Runtime.Register("getStartUptimeMillis", "()J", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getStartUptimeMillis", "()J", "", ApiSince=24)>]
static member StartUptimeMillis : int64

Property Value

Attributes

Remarks

Return the SystemClock#uptimeMillis() at which this process was started, but before any of the application code was executed.

Java documentation for android.os.Process.getStartUptimeMillis().

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