BuildDateTime Property
The BuildDateTime property contains the build date and time of the SiteKiosk Configuration Wizard.
Syntax
[str=] SiteKioskConfig.BuildDateTime
|
Possible Values
String that retrieves the date and time.
|
The property is read only.
Remarks
Examples
The following example shows the build date and time in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKioskConfig.BuildDateTime);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top