get_timestamp


Description:

[ Version ( since = "1.0" ) ]
public unowned string get_timestamp ()

Gets the time when the first PDU of the SMS message arrived the SMSC, in ISO8601 format.

This field is only applicable if the PDU type is DELIVER or STATUS_REPORT.

Warning:

The returned value is only valid until the property changes so it is only safe to use this function on the thread where this was constructed. Use dup_timestamp if on another thread.

Parameters:

this

A Sms.

Returns:

The timestamp, or null if it couldn't be retrieved.