###Function###
TimerDiff

###Description###
Returns the difference in time from a previous call to TimerInit().

###Syntax###
TimerDiff ( handle )


###Parameters###
@@ParamTable@@
handle
	Handle returned from a previous call to <a href="TimerInit.htm">TimerInit()</a>.
@@End@@

###ReturnValue###
Returns the time difference (in milliseconds) from a previous call to <a href="TimerInit.htm">TimerInit()</a>.


###Remarks###
Some processors are known to cause the function to return incorrect result.


###Related###
TimerInit


###Example###
@@IncludeExample@@
