I am extracting time in format hh:mm:ss and storing in two vars with different values of time.Vars of type DateTime.
Now how shud i get the difference between time of these vars.
I tried with TimeSpan datatype but for that timeSpan var shud have default value which is format specific and got result but not as desired.
Please state any another way.