Returns the time the associated process was 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;
Process Class | Process Members | System.Diagnostics Namespace