TimerInterval Property

The interval between Tick events when the timer is Enabled in milliseconds, (default = 1000)

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public int Interval { get; set; }

Property Value

Int32
The interval between Tick events when the timer is Enabled (milliseconds, default = 1000)

Return Value

Int32
The interval between Tick events when the timer is Enabled in milliseconds

See Also