There in an API for it, but the easiest way would be to use the "timer", not timer control, value and do the math your self.

cmdstart_click
StartTime = Timer
end sub

cmdstop_click
msgbox Timer-StartTime
end sub