PricePerHourAsString Property
The PricePerHourAsString property contains the price per hour as a string that includes currency and time information.
Syntax
[str=] SiteKiosk.Plugins("SiteCash").PricePerHourAsString
|
Possible Values
String that retrieves the price per hour.
|
The property is read only.
Remarks
Examples
The following example shows the price per hour in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Plugins("SiteCash").PricePerHourAsString);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top