PackageInfo.LastUpdateTime Property

Definition

The time at which the app was last updated.

[Android.Runtime.Register("lastUpdateTime")]
public long LastUpdateTime { get; set; }
[<Android.Runtime.Register("lastUpdateTime")>]
member this.LastUpdateTime : int64 with get, set

Property Value

Attributes

Remarks

The time at which the app was last updated. Units are as per System#currentTimeMillis().

Java documentation for android.content.pm.PackageInfo.lastUpdateTime.

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