TimeOn - property of the PmAlarmItem object
Description:
Activation time.
Note:
Property access for read only.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oAl = pMe.Pm("/Alarm");
var oAlItem = oAl.Item("Temperature");
var timeOn = oAlItem.TimeOn;
Dim oAl
Set oAl = pMe.Pm("/Alarm")
Dim oAlItem
Set oAlItem = oAl.Item("Temperature")
Dim timeOn
timeOn = oAlItem.TimeOn