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 参考 » QAnywhere C++ API 参考 » QAMessage 类

 

setTimestamp 函数

语法
void QAMessage::setTimestamp(
  qa_long timestamp
)
参数
  • timestamp   消息时间戳,为协调通用时间 (UTC)。

注释

设置消息时间戳。

此方法可用于更改已接收消息的值。

有关获取和设置消息标头和属性的详细信息,请参见QAnywhere 消息简介

另请参见

getTimestamp 函数