Class TimePickerMessage
Represents a class which contains the functionalities for the time picker message in SfChat.
Inherited Members
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class TimePickerMessage : TextMessage, ITimePickerMessage, ITextMessage, IMessage
Constructors
TimePickerMessage()
Declaration
public TimePickerMessage()
Fields
SelectedTimeProperty
Identifies the SelectedTime Microsoft.Maui.Controls.BindableProperty.
Declaration
public static readonly BindableProperty SelectedTimeProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
SelectedTime
Gets or sets the time selected by the user.
Declaration
public TimeSpan SelectedTime { get; set; }
Property Value
Type |
---|
System.TimeSpan |