In UWP Windows 10 apps, we can get the purchase date of the app or an add-on. (Documenation here)
var receipt = await CurrentApp.GetAppReceiptAsync();
But no were it's mentioned the date is in UTC or local user time! Thanks.
In UWP Windows 10 apps, we can get the purchase date of the app or an add-on. (Documenation here)
var receipt = await CurrentApp.GetAppReceiptAsync();
But no were it's mentioned the date is in UTC or local user time! Thanks.