Working with Time [RESOLVED]
In a program I'm working on I'm trying to read text log files import them into a DB and sum the CPU time certain processes are using. The only problem is I'm not sure you can add something like 40:30 + 113:47 to get 154:17 in an HHH:MM format (or anything similar). Any suggestions?
Re: Working with Time [RESOLVED]
Can you post an example of what is actually in the log file?
Re: Working with Time [RESOLVED]
http://www.vbforums.com/showthread.php?t=333701
I think this is the log file he's referring to. I wrote a function which extracts the time and returns it in string format.