What I basically mean and the exact scenario is.
You have 2 TimeEdit controls in an ASP.NET page. Those take DateTime values.
Now the first represents the time you start working and the second when you finished working.
Can take the working hours with an efficient way?
e.g. 10/6/2011 09:00 – 10/6/2011 17:00 –> 08:00 working hours…
Subtracting two
DateTimes gives you aTimeSpanobject: