This documentation is archived and is not being maintained.
ProcessInfo.StartTime Property
.NET Framework 1.1
Gets the time at which the process started.
[Visual Basic] Public ReadOnly Property StartTime As DateTime [C#] public DateTime StartTime {get;} [C++] public: __property DateTime get_StartTime(); [JScript] public function get StartTime() : DateTime;
Property Value
A DateTime that indicates the time at which the process started.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ProcessInfo Class | ProcessInfo Members | System.Web Namespace
Show: