# SalTimer

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Web.49** (4.9.0.0)

* [Component](https://docs.wisej.com/api?q=wisej.base.component)
  * [Component](https://docs.wisej.com/api?q=wisej.web.component)
    * [Timer](https://docs.wisej.com/api?q=wisej.web.timer)
      * [SalTimer](https://docs.wisej.com/extensions/ppj.web.49/controls/ppj.runtime.windows.saltimer.md)

Represents a time that fires an event at regular intervals.

{% tabs %}
{% tab title="C#" %}

```csharp
public class SalTimer : Timer
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class SalTimer
    Inherits Timer
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://620403885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrwxBtXkZ9hhQWYdbGhAV%2Fuploads%2FCKg4odMPj9bBKavXG5j4%2Finstance.png?alt=media\&token=2ac4a01b-785e-4197-b802-d5aae2250f90)SalTimer(control, id)

Creates a new timer bounds to the specified control.

| Name        | Type                                                              | Description |
| ----------- | ----------------------------------------------------------------- | ----------- |
| **control** | [Control](https://docs.wisej.com/api?q=wisej.web.control)         |             |
| **id**      | [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32) |             |
