StoreAppLicense.ExpirationDate Property

Definition

Gets the expiration date and time for the app license.

public:
 property DateTime ExpirationDate { DateTime get(); };
DateTime ExpirationDate();
public System.DateTimeOffset ExpirationDate { get; }
var dateTime = storeAppLicense.expirationDate;
Public ReadOnly Property ExpirationDate As DateTimeOffset

Property Value

The expiration date and time for the app license, relative to the system clock.

Remarks

For usage-limited trials, the expiration date is December 31, 9999. Usage-limited trials are currently available only to some developer accounts in Xbox managed partner programs.

Applies to