In case you didn't understand my initial comment. You decide what is acceptably close to zero and test if the TimeSpan is is less than that limit. In other words if you say anything less than one tenth of a second span between the two times is an equal time then use
> I want to validate in my method that TimeSpan vStart is exactly 0 sec then:
Open in new window
> I mean if the value is 0.01 sec also then proceed. then to ignore partial seconds:Open in new window