ClassRadTimePicker
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
RadTimePicker()
Declaration
public RadTimePicker()
Fields
DefaultHighlightedTimeProperty
Identifies the DefaultHighlightedTime property.
Declaration
public static readonly BindableProperty DefaultHighlightedTimeProperty
Field Value
BindableProperty
HourStepProperty
Identifies the HourStep property.
Declaration
public static readonly BindableProperty HourStepProperty
Field Value
BindableProperty
MaximumTimeProperty
Identifies the MaximumTime property.
Declaration
public static readonly BindableProperty MaximumTimeProperty
Field Value
BindableProperty
MinimumTimeProperty
Identifies the MinimumTime property.
Declaration
public static readonly BindableProperty MinimumTimeProperty
Field Value
BindableProperty
MinuteStepProperty
Identifies the MinuteStep property.
Declaration
public static readonly BindableProperty MinuteStepProperty
Field Value
BindableProperty
SecondStepProperty
Identifies the SecondStep property.
Declaration
public static readonly BindableProperty SecondStepProperty
Field Value
BindableProperty
TimeProperty
Identifies the Time property.
Declaration
public static readonly BindableProperty TimeProperty
Field Value
BindableProperty
Properties
DefaultHighlightedTime
Gets or sets TimeSpan which will be visualized when there is no selection.
Declaration
public TimeSpan DefaultHighlightedTime { get; set; }
Property Value
HourStep
Gets or sets the increment step of the hour time component.
MaximumTime
Gets or sets the upper limit of the available selection range.
MinimumTime
Gets or sets the lower limit of the available selection range.
MinuteStep
Gets or sets the increment step of the minute time component.
SecondStep
Gets or sets the increment step of the second time component.