ChatMessage.NetworkTimestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.