Timer Event (ccrpCountdown Object)

See Also  Examples  Applies to

Occurs when the countdown has competed.

Syntax

Private Sub ccrpCountdown_Timer()

Remarks

Timer events occur after [Duration] milliseconds following a countdown. The Timer event will fire immediately after the final Tick event. Use the Duration property to set how long you want the countdown to last. The Timer event will fire when this duration has transpired.

The Interval property of the Countdown object determines how often Tick events will fire during the countdown.

The time remaining in a countdown may be determined at any time by querying the TimeRemaining property.

Set the Enabled property to True to begin a countdown, or to False to interrupt a countdown.