RadTimePicker
Allows picking TimeSpan in the range of a day. It can be configured to visualize AM/PM spinner.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadTimePicker : RadMultiSpinnerPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewRadPickerBaseRadMultiSpinnerPickerBaseRadTimePicker...
Implements:
Inherited Members
Constructors
public RadTimePicker()
Fields
DefaultHighlightedTimeProperty
BindableProperty
Identifies the DefaultHighlightedTime property.
public static readonly BindableProperty DefaultHighlightedTimeProperty
HourStepProperty
BindableProperty
Identifies the HourStep property.
public static readonly BindableProperty HourStepProperty
MaximumTimeProperty
BindableProperty
Identifies the MaximumTime property.
public static readonly BindableProperty MaximumTimeProperty
MinimumTimeProperty
BindableProperty
Identifies the MinimumTime property.
public static readonly BindableProperty MinimumTimeProperty
MinuteStepProperty
BindableProperty
Identifies the MinuteStep property.
public static readonly BindableProperty MinuteStepProperty
SecondStepProperty
BindableProperty
Identifies the SecondStep property.
public static readonly BindableProperty SecondStepProperty
TimeProperty
BindableProperty
Identifies the Time property.
public static readonly BindableProperty TimeProperty
Properties
Gets or sets TimeSpan which will be visualized when there is no selection.
public TimeSpan DefaultHighlightedTime { get; set; }
Gets or sets the increment step of the hour time component.
public int HourStep { get; set; }
Gets or sets the upper limit of the available selection range.
public TimeSpan MaximumTime { get; set; }
Gets or sets the lower limit of the available selection range.
public TimeSpan MinimumTime { get; set; }
Gets or sets the increment step of the minute time component.
public int MinuteStep { get; set; }
Gets or sets the increment step of the second time component.
public int SecondStep { get; set; }