Is your problem that DateTime.Now is never returning fractional second information, or that when you format a DateTime containing fractional second information, the returned string doesn't include that data?
These would be different problems: one is in the DateTime.Now clock measurement, the other in the ToString formatting code.
XNA Framework Developer -
blog -
homepage