IUpdateCategory.ArrivalDate Property

 

Applies To: Windows Server Update Services

Gets the date and time the category was added.

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 the category was added, in Coordinated Universal Time.

See Also

IUpdateCategory Interface
Microsoft.UpdateServices.Administration Namespace

Return to top