ApplicationExitInfo.Timestamp Property

Definition

The timestamp of the process's death, in milliseconds since the epoch, as returned by java.lang.System#currentTimeMillis() System.currentTimeMillis().

public long Timestamp { [Android.Runtime.Register("getTimestamp", "()J", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getTimestamp", "()J", "", ApiSince=30)>]
member this.Timestamp : int64

Property Value

Attributes

Remarks

The timestamp of the process's death, in milliseconds since the epoch, as returned by java.lang.System#currentTimeMillis() System.currentTimeMillis().

Java documentation for android.app.ApplicationExitInfo.getTimestamp().

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