ProcessThread.StartTime Property

Definition

Gets the time that the operating system started the thread.

public:
 property DateTime StartTime { DateTime get(); };
public DateTime StartTime { get; }
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
[System.Runtime.Versioning.SupportedOSPlatform("linux")]
public DateTime StartTime { get; }
member this.StartTime : DateTime
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
[<System.Runtime.Versioning.SupportedOSPlatform("linux")>]
member this.StartTime : DateTime
Public ReadOnly Property StartTime As DateTime

Property 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.

Applies to