Interface ITimePickerMessage
Defines properties that can be used to display a time picker message in SfChat.
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public interface ITimePickerMessage : ITextMessage, IMessage
Properties
SelectedTime
Gets or sets the selected time by a user.
Declaration
TimeSpan SelectedTime { get; set; }
Property Value
Type |
---|
System.TimeSpan |