Documentation for this section has not yet been entered.
The get accessor calls the Stopwatch.GetTimestamp method to get the timestamp. If the System.Diagnostics.Stopwatch class uses a high-resolution performance counter, Stopwatch.GetTimestamp returns the current value of that counter. If the System.Diagnostics.Stopwatch class uses the system timer, Stopwatch.GetTimestamp returns the DateTime.Ticks property of DateTime.Now.