I wrote the sample project because I was curious as to what the speed difference was between the methods I had made myself that converted milliseconds->ticks and ticks->milliseconds and using the types provided in the .NET framework to convert time. Turns out .NET Framework types/methods are 5 times slower then doing it manually.
You can find the "TimeConvert" source code here Code Snips