StartDate Property

Deal.StartDate Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the start date of this deal. The default is null, meaning the deal does not have a start date.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

public Nullable<DateTime> StartDate { get; set; }

Property Value

Type: System.Nullable<DateTime>
The start date of this deal.

This property is a nullable property. Use the HasValue property to check whether this property has a value and the Value property to retrieve the value.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft