StorePrice.SaleEndDate Property

Definition

Gets the end date for the sale period for the product, if the product is on sale.

public:
 property DateTime SaleEndDate { DateTime get(); };
DateTime SaleEndDate();
public System.DateTimeOffset SaleEndDate { get; }
var dateTime = storePrice.saleEndDate;
Public ReadOnly Property SaleEndDate As DateTimeOffset

Property Value

The end date for the sale period for the product.

Applies to