Timer Class

Define Timer parentType
Public Class Timer 
Inherits Analog(Of Integer)
This language is not supported or no code example is available.
public class Timer : Analog<int>
This language is not supported or no code example is available.
Name Description
Public constructor Timer(RunObj, int) Construct the instance
Public constructor Timer(RunObj, int[]) Construct the instance
Top
Name Description
Public property Interval Interval
Public property Model Model Value (Pulse, DelayOff, SquareWave or Comparer)
Top
Methods
 
Name Description
Public method OnContinue(int) Execute initial code to active Counter
Public method OnPause(int) Execute initial code to active Counter
Public method OnStart(TModule) Execute initial code to active Timer
Public method OnStop(int) Execute initial code to active Counter
Top

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition