Package.InstalledDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.