The time interval in milliseconds. The OnTick event is fired repeatedly after this measured interval.
Namespace: ZylSoft.TimersAssembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic int Interval { get; set; }Public Property Interval As Integer
Get
Set
Dim instance As Timer
Dim value As Integer
value = instance.Interval
instance.Interval = value
public:
property int Interval {
int get ();
void set (int value);
}member Interval : int with get, set
/** @property */
public int get_Interval()
/** @property */
public void set_Interval(int value)
function get Interval () : int
function set Interval (value : int)
function get_Interval();
function set_Interval(value);
PROPERTY Interval AS LONG GET SET
No code example is currently available or this language may not be supported.
Property Value
Int32
See Also