Share via


StoreCollectionData.StartDate Property

Definition

Gets the start 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 StartDate { DateTime get(); };
DateTime StartDate();
public System.DateTimeOffset StartDate { get; }
var dateTime = storeCollectionData.startDate;
Public ReadOnly Property StartDate As DateTimeOffset

Property Value

The start 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