WidgetInfo.LastUpdateTime Property

Definition

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.

Applies to