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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Property Value
Type: System.Nullable(Of DateTime)The date and time the data for this item was last updated.
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
Show: