Returns the time the associated thread 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;
ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace