How long is a .NET DateTime/TimeSpan tick?
Although currently a tick is 100 nanoseconds, it is best not to rely on this as an absolute. Rather, use 'TimeSpan.TicksPerSecond' (or any of the other TicksPerXxx member values)
TimeSpan.TicksPerSecond