ProcessInformationEvent.ProcessCreationTime 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 creation time of the process in UTC format. This value is retrieved from GetProcessTimes.
public:
property long ProcessCreationTime { long get(); };
public:
property long long ProcessCreationTime { long long get(); };
public long ProcessCreationTime { get; }
member this.ProcessCreationTime : int64
Public ReadOnly Property ProcessCreationTime As Long