NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Process.StartTime

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;

See Also

Process Class | Process Members | System.Diagnostics Namespace