IUpdate.CreationDate Property
Applies To: Windows Server Update Services
Gets the date and time when this revision of the update's metadata was authored.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
DateTime CreationDate { get; }
property DateTime CreationDate {
DateTime get();
}
abstract CreationDate : DateTime with get
ReadOnly Property CreationDate As Date
Property Value
Type: System.DateTime
Date and time when this revision of the update's metadata was authored in Coordinated Universal Time.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top