Get the timestamp for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
long long int uds_inbox_item_data_get_timestamp(uds_inbox_item_data_t const *inbox_item)
BlackBerry 10.2.0
The inbox item to get the timestamp for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
This timestamp determines the order that the inbox item is displayed in the BlackBerry Hub. Items with the most recent timestamps are listed at the top. This timestamp is in Unix format, in milliseconds.
The timestamp of the specified inbox item (in milliseconds).