ExpirationDate Property
Collapse the table of content
Expand the table of content

PaymentInstrument.ExpirationDate Property

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

Gets or sets the expiration date of the wallet item. The default is null, which means the card does not expire.

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

'Declaration
Public Property ExpirationDate As Nullable(Of DateTime)

Property Value

Type: System.Nullable(Of DateTime)
The expiration date of the wallet item. The default is null.

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