I have high precision dates stored in an SQL server, e.g.
2009-09-15 19:43:43.910
However when I convert that value into a DateTime the mil
Maybe this (Difference between DateTime in c# and DateTime in SQL server) will help a little.