Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ StartTime

DateTime System.Diagnostics.Process.StartTime
get

Definition at line 248 of file Process.cs.

249 {
250 get
251 {
252 if (!_startTime.HasValue)
253 {
255 }
256 return _startTime.Value;
257 }
258 }

Referenced by System.Diagnostics.Process.Equals(), and System.Diagnostics.Process.IsParentOf().