Process.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 associated process was started.
public:
 property DateTime StartTime { DateTime get(); };[System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public DateTime StartTime { get; }public DateTime StartTime { get; }[<System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
member this.StartTime : DateTimemember this.StartTime : DateTimePublic ReadOnly Property StartTime As DateTimeProperty Value
An object that indicates when the process started. An exception is thrown if the process is not running.
- Attributes
Exceptions
You are attempting to access the StartTime property for a process that is running on a remote computer. This property is available only for processes that are running on the local computer.
An error occurred in the call to the Windows function.