ProcessInfo::StartTime Property

 

Gets the time at which the process started.

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

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

Property Value

Type: System::DateTime

A DateTime that indicates the time at which the process started.

.NET Framework
Available since 1.1
Return to top
Show: