Forum Discussion

mfoster711's avatar
mfoster711
Regular Contributor
13 years ago

Duration in total seconds

I want to compare a time interval and have it tell me the total number of seconds. Here is my current test code:   Begin = aqDateTime.Time   EndTime = aqdatetime.AddSeconds(Begin, 90)...