SetEquipmentAttributeTime
Structure
SetEquipmentAttributeTime(sEquipmentAttributeName,dtValue)
Parameters
| Parameter | Type | Description |
|---|---|---|
sEquipmentAttributeName | String | the name of the equipment attribute. |
dtValue | Time | the time to be saved to the above attribute. Time values can be returned from other event custom rule functions like LookupEquipmentAttributeTime. |
Description
This procedure sets a time value for the equipment attribute in the parameter - as currently true for the selected asset in the event. Equipment attributes can be setup through Add/Edit Attributes...Attribute Types. This procedure is only applicable to time-based equipment attributes.
Example
No example provided
See also
No related topics