WebBaseEvent::EventTimeUtc Property

 

Gets the time when the event was raised.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
property DateTime EventTimeUtc {
	DateTime get();
}

Property Value

Type: System::DateTime

The time of the event in Coordinated Universal Time (UTC) format.

The following code example shows how to get the EventTimeUtc value.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: