StorePrice.SaleEndDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.