Intent.ExtraTime Field

Definition

Optional extra specifying a time in milliseconds since the Epoch.

[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 since the Epoch. 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