ActiveTime contains the time at which the condition became active (for single-state conditions) or the time of a transition into the current sub-condition (for multi-state conditions).
Delphi
propertyActiveTime: tDateTime;
C++
__property tDateTime ActiveTime;
Remarks
ActiveTime is used by the client when acknowledging the condition.