Share via


WindowsUpdateActionResult.Timestamp Property

Definition

Gets the timestamp at which an action was completed.

public:
 property DateTime Timestamp { DateTime get(); };
DateTime Timestamp();
public System.DateTimeOffset Timestamp { get; }
var dateTime = windowsUpdateActionResult.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

Property Value

The timestamp at which an action was completed.

Remarks

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

Applies to