
April 22nd, 2003, 08:48 AM
|
|
Contributing User
|
|
Join Date: Apr 2003
Posts: 45
Time spent in forums: 4 m 36 sec
Reputation Power: 11
|
|
|
Getting the execution time for a module or application
I need to get the time of execution for a module, function, query etc etc from VIsual Basice, actually using version 6.
for example before beggining a function i need the starttime and then when the function ends i need the final time so then i can do endtime - startime and get the time of execution..
i Have tried donig with the functions Second(Time) but it doesnt show it in milliseconds.. so i was wondering if you have a pice of code for helping me put or maybe you can guide !!!..
thanks in advance!
|