STATUS_TIME field

This property name refers to the time at which the message became its current status.

Syntax
Visual Basic
Public Shared STATUS_TIME As String
C#
public const string  STATUS_TIME;
Remarks

It is a local time. When STATUS_TIME is passed to QAMessage.GetProperty, it returns a DateTime object. The value of this field is ias_StatusTime.

See also