IUpdate.ArrivalDate Property

 

Applies To: Windows Server Update Services

Gets the date and time when the metadata for this revision of the update finished downloading to the WSUS server.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

DateTime ArrivalDate { get; }
property DateTime ArrivalDate {
    DateTime get();
}
abstract ArrivalDate : DateTime with get
ReadOnly Property ArrivalDate As Date

Property Value

Type: System.DateTime

Date and time when the metadata for this revision of the update finished downloading to the WSUS server in Coordinated Universal Time.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top