ProductLicense.ExpirationDate Property

Definition

Gets the current expiration date and time of the add-on (also called an in-app product or IAP) license.

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

Property Value

The date and time indicating when the add-on license expires.

Applies to