ChatMessage.LocalTimestamp 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 local timestamp of the message.
public:
property DateTime LocalTimestamp { DateTime get(); void set(DateTime value); };
DateTime LocalTimestamp();
void LocalTimestamp(DateTime value);
public System.DateTimeOffset LocalTimestamp { get; set; }
var dateTime = chatMessage.localTimestamp;
chatMessage.localTimestamp = dateTime;
Public Property LocalTimestamp As DateTimeOffset
Property Value
The local timestamp of the message.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|
Remarks
The value for LocalTimestamp is the local time of the device.