bool SetTimeCounter(string, string)
Security
Trust Level Required: Full Trust
Parameters
Name | Description |
time |
string The desired value of the device time counter. |
devName |
(Optional) string The name of the device. If not supplied, the first matching configured device of this type will be used |
Return
True when the device timer is successfully set, false otherwise.
Remarks
Examples
function setTimeCounter() {
var timeCount = document.getElementById('timeCount').value;
alert('Success: ' + KioOmronEnviroSensor.SetTimeCounter(timeCount));
}
Requirements
KioWare for Windows version 8.16 or greater.