StoreCollectionData.AcquiredDate 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 date on which the product SKU was acquired.
public:
property DateTime AcquiredDate { DateTime get(); };
DateTime AcquiredDate();
public System.DateTimeOffset AcquiredDate { get; }
var dateTime = storeCollectionData.acquiredDate;
Public ReadOnly Property AcquiredDate As DateTimeOffset
Property Value
The date on which the product SKU was acquired.