Language

PackageInfo.ArchiveTimeMillis Property

Definition

Returns the time at which the app was archived for the user.

public virtual long ArchiveTimeMillis { [Android.Runtime.Register("getArchiveTimeMillis", "()J", "GetGetArchiveTimeMillisHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getArchiveTimeMillis", "()J", "GetGetArchiveTimeMillisHandler", ApiSince=35)>]
member this.ArchiveTimeMillis : int64

Property Value

Value is a non-negative timestamp measured as the number of milliseconds since 1970-01-01T00:00:00Z.

Attributes

Remarks

Returns the time at which the app was archived for the user. Units are as per System#currentTimeMillis().

Java documentation for android.content.pm.PackageInfo.getArchiveTimeMillis().

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