Android.Views.Accessibility.AccessibilityEvent.EventTime Property
Gets the time in which this event was sent.

Syntax

[get: Android.Runtime.Register("getEventTime", "()J", "GetGetEventTimeHandler")]
[set: Android.Runtime.Register("setEventTime", "(J)V", "GetSetEventTime_JHandler")]
public long EventTime { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.
Java.Lang.IllegalStateExceptionIf called from an AccessibilityService.

Remarks

Get method documentation [Android Documentation]

Gets the time in which this event was sent.

Set method documentation [Android Documentation]

Sets the time in which this event was sent.

Requirements

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