TimerIntervalInMinutes Property |
The time interval in minutes. 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 double IntervalInMinutes { get; set; }Public Property IntervalInMinutes As Double
Get
Set
Dim instance As Timer
Dim value As Double
value = instance.IntervalInMinutes
instance.IntervalInMinutes = value
public:
property double IntervalInMinutes {
double get ();
void set (double value);
}member IntervalInMinutes : float with get, set
/** @property */
public double get_IntervalInMinutes()
/** @property */
public void set_IntervalInMinutes(double value)
function get IntervalInMinutes () : double
function set IntervalInMinutes (value : double)
function get_IntervalInMinutes();
function set_IntervalInMinutes(value);
PROPERTY IntervalInMinutes AS REAL8 GET SET
No code example is currently available or this language may not be supported.
Property Value
Double
See Also