 |
ProcessThreadTimesStartTime Property |
Creation time of the process formatted into a DateTime object.
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic DateTime StartTime { get; }Public ReadOnly Property StartTime As DateTime
Get
public:
property DateTime StartTime {
DateTime get ();
}member StartTime : DateTime with get
Property Value
DateTime
The start time.
See Also