Android.Views.MotionEvent.GetHistoricalEventTime Method
Returns the time that a historical movement occurred between this event and the previous event, in the Android.OS.SystemClock.UptimeMillis time base.

Syntax

[Android.Runtime.Register("getHistoricalEventTime", "(I)J", "")]
public long GetHistoricalEventTime (int pos)

See Also

MotionEvent.HistorySize
MotionEvent.EventTime

Parameters

pos
Which historical value to return; must be less than MotionEvent.HistorySize

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the time that a historical movement occurred between this event and the previous event, in the Android.OS.SystemClock.UptimeMillis time base.

This only applies to ACTION_MOVE events.

[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