BuildDateTime Property
The BuildDateTime property contains the build date and time of SiteKiosk.
Syntax
[str=] SiteKiosk.Version.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 of SiteKiosk in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Version.BuildDateTime);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top