Package.InstalledDate Property

Definition

Gets the date on which the application package was installed or last updated.

public:
 property DateTime InstalledDate { DateTime get(); };
DateTime InstalledDate();
public System.DateTimeOffset InstalledDate { get; }
var dateTime = package.installedDate;
Public ReadOnly Property InstalledDate As DateTimeOffset

Property Value

The date on which the application package was installed or last updated.

Remarks

Note that this property will not be updated when package updates are deployed directly from Visual Studio to a device.

Applies to

See also