다음을 통해 공유


IUpdateEvent.CreationDate Property

 

Applies To: Windows Server Update Services

Gets the date and time when the event was generated.

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

The ate and time when the event was generated. The date is in Coordinated Universal Time.

See Also

IUpdateEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top