ts_current_timestamp() 函数

ts_current_timestamp() 函数查找与从扫描检索的当前元素相对应的时间戳记。

语法

mi_datetime *
ts_current_timestamp(ts_tscan *scan)
scan
ts_begin_scan() 返回的扫描描述符。

返回结果

如果未检索到任何元素,返回的值将是第一个元素的时间戳记。用户无法使用 mi_free() 释放此值。