WalletItem.LastUpdated Property

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

Gets or sets the date and time the data for this item was last updated.

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

Syntax

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

Property Value

Type: System..::.Nullable<(Of <(DateTime>)>)
The date and time the data for this item was last updated.

Remarks

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

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

WalletItem Class

Microsoft.Phone.Wallet Namespace