ChatMessage.NetworkTimestamp Property

Definition

Gets the network timestamp of the message.

public:
 property DateTime NetworkTimestamp { DateTime get(); void set(DateTime value); };
DateTime NetworkTimestamp();

void NetworkTimestamp(DateTime value);
public System.DateTimeOffset NetworkTimestamp { get; set; }
var dateTime = chatMessage.networkTimestamp;
chatMessage.networkTimestamp = dateTime;
Public Property NetworkTimestamp As DateTimeOffset

Property Value

The network timestamp of the message.

Windows requirements

App capabilities
chat chatSystem smsSend

Remarks

The value for NetworkTimestamp is the phone network based time for the message.

Applies to