get_discharge_timestamp


Description:

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

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

This field is only applicable if the PDU type is 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_discharge_timestamp if on another thread.

Parameters:

this

A Sms.

Returns:

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