Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » MessageProperties class

 

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