StoreAvailability.EndDate Property

Definition

Gets the end date for the current SKU availability.

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

Property Value

The end date for the current SKU availability.

Applies to