UsageEvents.Event.TimeStamp Property

Definition

The time at which this event occurred, measured in milliseconds since the epoch.

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

Property Value

Attributes

Remarks

The time at which this event occurred, measured in milliseconds since the epoch. <p/> See System#currentTimeMillis().

Java documentation for android.app.usage.UsageEvents.Event.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