EnableTime Property



 
The EnableTime property indicates whether time mode is enabled.


Syntax

    SiteCafe.Server.Config.EnableTime [=bool]
    
Possible Values
    Boolean value that specifies or retrieves the
    time mode status.

    The property is read/write.
Remarks
    Time mode means that the remaining time will be decreased (prepaid) or the time will be increased (payment after surfing).
Examples
    The following example determines whether time mode is enabled and displays it.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteCafe.Server.Config.EnableTime);
    </SCRIPT>
    

Applies to
    SiteKiosk v6.2 (and later versions).

Back to top