Class TimePickerItem
Represents an item that holds a TimeSpan instance that can be selected.
Inheritance
System.Object
TimePickerItem
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TimePickerItem : Object
Constructors
TimePickerItem()
Declaration
public TimePickerItem()
Properties
Time
Gets or sets the TimeSpan object.
Declaration
public TimeSpan Time { get; set; }
Property Value
System.TimeSpan
|