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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » MessageProperties class

 

STATUS_TIME variable

Syntax
const qa_string MessageProperties::STATUS_TIME
Remarks

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

It is in units that are natural for the platform. For Windows/PocketPC platforms, the timestamp is the SYSTEMTIME, converted to a FILETIME, which is copied to a qa_long value. It is a local time. The value of this field is "ias_StatusTime".

Pass STATUS_TIME as the first parameter in the getLongProperty method to access the associated read-only message property.

See Also

getLongProperty function