StoreCollectionData.EndDate Property

Definition

Gets the end date of the trial for the product SKU, if the SKU is a trial version or a durable add-on that expires after a set duration.

public:
 property DateTime EndDate { DateTime get(); };
DateTime EndDate();
public System.DateTimeOffset EndDate { get; }
var dateTime = storeCollectionData.endDate;
Public ReadOnly Property EndDate As DateTimeOffset

Property Value

The end date of the trial for the product SKU, if the SKU is a trial version or a durable add-on that expires after a set duration.

Applies to