NetworkEvent.Timestamp Property

Definition

Returns the timestamp of the event being reported in milliseconds, the difference between the time the event was reported and midnight, January 1, 1970 UTC.

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

Property Value

Attributes

Remarks

Returns the timestamp of the event being reported in milliseconds, the difference between the time the event was reported and midnight, January 1, 1970 UTC.

Java documentation for android.app.admin.NetworkEvent.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