GetTickTimeSpan

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

GetTickTimeSpan


 

Gets the elapsed time (in milliseconds) from two tick times.

 


syntax

GetTickTimeSpan(

         start

         [, end]

         )

 


Parameters

 

start

 

Type:

Number

 

The first tick time obtained.

 

end

 

Type:

Number

 

The last tick time obtained. If omitted, the tick time at the time of the method call is used.

 

Return Value

 

 

Type:

Number

 

Elapsed time (ms).

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference