LicenseInformation.ExpirationDate 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 license expiration date and time relative to the system clock.
public:
property DateTime ExpirationDate { DateTime get(); };
DateTime ExpirationDate();
public System.DateTimeOffset ExpirationDate { get; }
var dateTime = licenseInformation.expirationDate;
Public ReadOnly Property ExpirationDate As DateTimeOffset
Property Value
The date and time that the app's trial license will expire.
Remarks
Windows Phone 8
This API always returns 9999 – 12 – 31 (ETERNITY_FILETIME_TIME).