다음을 통해 공유


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

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