Represents a chat message used to visually separate messages by time within a chat conversation.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ChatTimeSeparatorMessage : ChatMessage, INotifyPropertyChanged
Inheritance: objectChatMessageChatTimeSeparatorMessage
Implements:
Inherited Members
Constructors
Initializes a new instance of the ChatTimeSeparatorMessage class with the specified timestamp and optional user data.
Initializes a new instance of the ChatTimeSeparatorMessage class with the specified timestamp.
C#
public ChatTimeSeparatorMessage(DateTime timeStamp)
The date and time to associate with the time separator message.