RemainingTime Property
The RemainingTime property contains the remaining time in seconds.
Syntax
[long=] SiteKiosk.Plugins("SiteCash").ZoneDispatch.RemainingTime
|
Possible Values
Long value that retrieves the remaining seconds.
|
The property is read only.
Remarks
Examples
The following example shows the remaining time in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").ZoneDispatch.RemainingTime);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top