I\'m making a program in which I need to get the time in milliseconds. By time, I mean a number that is never equal to itself, and is always 1000 numbers bigger than it was a se
The DateTime.Ticks property gets the number of ticks that represent the date and time.
DateTime.Ticks
10,000 Ticks is a millisecond (10,000,000 ticks per second).