AppInstallerInfo.LastChecked 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 a value indicating the date and time when deployment service last checked for updates.
public:
property DateTime LastChecked { DateTime get(); };
DateTime LastChecked();
public System.DateTimeOffset LastChecked { get; }
var dateTime = appInstallerInfo.lastChecked;
Public ReadOnly Property LastChecked As DateTimeOffset
Property Value
The date and time when deployment service last checked for updates.
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|