clearIntervalclearInterval*
*Contents  *Index  *Topic Contents
*Previous Topic: clear
*Next Topic: clearRequest

clearInterval

Description

Cancels the interval previously started using the setInterval method.

Syntax

object.clearInterval(intervalID)

ParameterDescription
intervalID Integer specifying which interval to cancel. This value must have been previously returned by the setInterval method.

Return Value

No return value.

Applies To

window


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.