ConfigurationStats.LastTimeActive Property

Definition

Get the last time this configuration was active, measured in milliseconds since the epoch.

public long LastTimeActive { [Android.Runtime.Register("getLastTimeActive", "()J", "")] get; }
[<get: Android.Runtime.Register("getLastTimeActive", "()J", "")>]
member this.LastTimeActive : int64

Property Value

Attributes

Remarks

Get the last time this configuration was active, measured in milliseconds since the epoch. <p/> See System#currentTimeMillis().

Java documentation for android.app.usage.ConfigurationStats.getLastTimeActive().

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