TicksToTimeSpan() static private method

Convert a number of "jiffies", or ticks, to a TimeSpan.
static private TicksToTimeSpan ( double ticks ) : System.TimeSpan
ticks double The number of ticks.
return System.TimeSpan
 private DateTime GetStartTime() => Process.BootTimeToDateTime(Process.TicksToTimeSpan(GetStat().starttime));