lolalola
lolalola

Reputation: 3823

Process.StartTime in C#

In C# the StartTime function shows only the user process run time. Are there other criteria?

Upvotes: 0

Views: 558

Answers (1)

Reed Copsey
Reed Copsey

Reputation: 564413

If you mean Process.StartTime, this is correct. It provides the date and time when a specified process was started.

Upvotes: 2

Related Questions