Reputation: 3823
In C# the StartTime
function shows only the user process run time. Are there other criteria?
Upvotes: 0
Views: 558
Reputation: 564413
If you mean Process.StartTime, this is correct. It provides the date and time when a specified process was started.
Upvotes: 2