WalletTransaction.TransactionDate Property

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

Gets or sets the transaction date.

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

Syntax

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

Property Value

Type: System..::.Nullable<(Of <(DateTime>)>)
The transaction date.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletTransaction Class

Microsoft.Phone.Wallet Namespace