WindowsUpdateAttentionRequiredInfo.Timestamp 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 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.