IdleTimerWarningIntervalInMinutes Property |
The time interval before idle in minutes. When this interval is expired then the IdleWarning event is fired.
WarningInterval must be lower than IdleInterval.
Namespace: ZylSoft.TimersAssembly: ZylIdleTimer (in ZylIdleTimer.dll) Version: 1.42.8793.22144
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic double WarningIntervalInMinutes { get; set; }Public Property WarningIntervalInMinutes As Double
Get
Set
Dim instance As IdleTimer
Dim value As Double
value = instance.WarningIntervalInMinutes
instance.WarningIntervalInMinutes = value
public:
property double WarningIntervalInMinutes {
double get ();
void set (double value);
}member WarningIntervalInMinutes : float with get, set
/** @property */
public double get_WarningIntervalInMinutes()
/** @property */
public void set_WarningIntervalInMinutes(double value)
function get WarningIntervalInMinutes () : double
function set WarningIntervalInMinutes (value : double)
function get_WarningIntervalInMinutes();
function set_WarningIntervalInMinutes(value);
PROPERTY WarningIntervalInMinutes AS REAL8 GET SET
No code example is currently available or this language may not be supported.
Property Value
Double
See Also