WidgetInfo.LastUpdateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the time that the widget was last updated.
public:
property DateTime LastUpdateTime { DateTime get(); };
DateTime LastUpdateTime();
public System.DateTimeOffset LastUpdateTime { get; }
var dateTime = widgetInfo.lastUpdateTime;
Public ReadOnly Property LastUpdateTime As DateTimeOffset
Property Value
The time that the widget was last updated.