ClipDescription.Timestamp Property

Definition

Return the timestamp at which the associated ClipData is copied to global clipboard in the System#currentTimeMillis() time base.

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

timestamp at which the associated ClipData is copied to global clipboard or 0 if it is not copied to clipboard.

Attributes

Remarks

Return the timestamp at which the associated ClipData is copied to global clipboard in the System#currentTimeMillis() time base.

Java documentation for android.content.ClipDescription.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