TimePercentage Property



 
The TimePercentage property contains the remaining time in percent.


Syntax

    [flt=] SiteKiosk.Plugins("SiteCash").TimePercentage
Possible Values
    Float value that retrieves the remaining time in percent.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the remaining time in percent in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").TimePercentage);
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top