Netnoobie
Regular
Hello all.
I'm looking to get a rate based on a number and time spent. For time spent I need to subract a start time and an end time. I can't seem to find anything that will allow me to subract the times. The format for the two time is 'hh:mm:ss AM'. How can I subtract time in ASP.NET?
In the end I need to get something like:
iRate = iRecords / (timeStart - timeEnd)
Anyway, many thanks for anyone who can shed some light on this for me.
I'm looking to get a rate based on a number and time spent. For time spent I need to subract a start time and an end time. I can't seem to find anything that will allow me to subract the times. The format for the two time is 'hh:mm:ss AM'. How can I subtract time in ASP.NET?
In the end I need to get something like:
iRate = iRecords / (timeStart - timeEnd)
Anyway, many thanks for anyone who can shed some light on this for me.