ProcessThread.StartTime Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the time that the operating system started the thread.
public:
 property DateTime StartTime { DateTime get(); };[System.Runtime.Versioning.SupportedOSPlatform("windows")]
[System.Runtime.Versioning.SupportedOSPlatform("linux")]
public DateTime StartTime { get; }public DateTime StartTime { get; }[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
[<System.Runtime.Versioning.SupportedOSPlatform("linux")>]
member this.StartTime : DateTimemember this.StartTime : DateTimePublic ReadOnly Property StartTime As DateTimeProperty Value
A DateTime representing the time that was on the system when the operating system started the thread.
- Attributes
Exceptions
The thread time could not be retrieved.
The process is on a remote computer.