Share via


Intent.ExtraTime Field

Definition

Optional extra specifying a time in milliseconds.

[Android.Runtime.Register("EXTRA_TIME", ApiSince=30)]
public const string ExtraTime;
[<Android.Runtime.Register("EXTRA_TIME", ApiSince=30)>]
val mutable ExtraTime : string

Field Value

Implements

Attributes

Remarks

Optional extra specifying a time in milliseconds. The timebase depends on the Intent including this extra. The value must be non-negative.

Type: long

Java documentation for android.content.Intent.EXTRA_TIME.

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