Skip to main content

Timer

The Wisej.NET Timer component provides client-side timing functionality, raising a Tick event after the specified Interval in milliseconds has elapsed. Declare Timer objects at the class level to maintain scope throughout their needed lifetime.

info

For a full list of properties, methods and events see the API documentation.

Features

Interval Processing

Configure the Timer for regular processing by:

  1. Setting the Interval property (in milliseconds)
  2. Handling the Tick event for periodic operations

Timer incrementing a label value at regular intervals

Advanced

JavaScript Widget

ItemDescription
Class name"wisej.web.Timer"
Source codehttps://github.com/iceteagroup/wisej-js