CimEMAlarmEvent.GenTime (property, read)

Syntax

AlarmEvent.GenTime

Description

Date. Returns the day and time the alarm was generated.

Example

Sub Main()

   Dim AlarmEvent as CimEmAlarmEvent

   Set AlarmEvent = CimGetEMEvent().AlarmEvent()

   PointSet "TEXT_ALARM_GEN_TIME", cstr(AlarmEvent.GenTime)

   End if

end sub

More information

CIMPLICITY Extensions to Basic