Android.Views.KeyEvent.DownTime Property
Retrieve the time of the most recent key down event, in the Android.OS.SystemClock.UptimeMillis time base.

Syntax

[get: Android.Runtime.Register("getDownTime", "()J", "GetGetDownTimeHandler")]
public long DownTime { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrieve the time of the most recent key down event, in the Android.OS.SystemClock.UptimeMillis time base. If this is a down event, this will be the same as KeyEvent.EventTime. Note that when chording keys, this value is the down time of the most recently pressed key, which may not be the same physical key of this event.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1