WindowsUpdateAttentionRequiredInfo.Timestamp Property

Definition

Gets the timestamp at which an update was blocked due to needing additional attention.

public:
 property IReference<DateTime> ^ Timestamp { IReference<DateTime> ^ get(); };
IReference<DateTime> Timestamp();
public System.Nullable<System.DateTimeOffset> Timestamp { get; }
var iReference = windowsUpdateAttentionRequiredInfo.timestamp;
Public ReadOnly Property Timestamp As Nullable(Of DateTimeOffset)

Property Value

The timestamp at which an update was blocked due to needing additional attention.

Remarks

The time is reported in the local time of the device.

Applies to