Share via


Process.StartElapsedRealtime Property

Definition

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

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

Property Value

Attributes

Remarks

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

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

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