Get DateTime.Now with milliseconds precision
How can I exactly construct a time stamp of actual time with milliseconds precision? I need something like 16.4.2013 9:48:00:123. Is this possible? I have an application, where I sample values 10 times per second, and I need to show them in a graph. Jon Skeet How can I exactly construct a time stamp of actual time with milliseconds precision? I suspect you mean millisecond accuracy . DateTime has a lot of precision, but is fairly coarse in terms of accuracy. Generally speaking, you can't. Usually the system clock (which is where DateTime.Now gets its data from) has a resolution of around 10-15