Page.StopTimer

Page.StopTimer ( 

number ID = 10 )

Example 1

Page.StopTimer();

Stops the page timer whose ID is 10 on the current page.

Example 2

Page.StopTimer(36);

Stops the page timer whose ID is 36 on the current page.

See also:  Related Actions