Duration Property



 
The Duration property contains the duration of the last session.


Syntax

    [long=] SiteKiosk.Plugins("SiteCash").LastSessionInfo.Duration
Possible Values
    Long value that retrieves the duration.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the duration of the last session in an alert window.

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

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

Back to top