WalletTransactionItem.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 the wallet item. The default is null, which means the item does not have a start date.

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

Syntax

Public Property StartDate As Nullable(Of DateTime)
public Nullable<DateTime> StartDate { get; set; }

Property Value

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

Remarks

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletTransactionItem Class

Microsoft.Phone.Wallet Namespace