Class RadTimePicker
Allows picking System.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadTimePicker : RadMultiSpinnerPickerBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
RadTimePicker()
Declaration
public RadTimePicker()
Fields
DefaultHighlightedTimeProperty
Identifies the Default
Declaration
public static readonly BindableProperty DefaultHighlightedTimeProperty
Field Value
Microsoft.
|
HourStepProperty
Identifies the Hour
Declaration
public static readonly BindableProperty HourStepProperty
Field Value
Microsoft.
|
MaximumTimeProperty
Identifies the Maximum
Declaration
public static readonly BindableProperty MaximumTimeProperty
Field Value
Microsoft.
|
MinimumTimeProperty
Identifies the Minimum
Declaration
public static readonly BindableProperty MinimumTimeProperty
Field Value
Microsoft.
|
MinuteStepProperty
Identifies the Minute
Declaration
public static readonly BindableProperty MinuteStepProperty
Field Value
Microsoft.
|
SecondStepProperty
Identifies the Second
Declaration
public static readonly BindableProperty SecondStepProperty
Field Value
Microsoft.
|
TimeProperty
Identifies the Time property.
Declaration
public static readonly BindableProperty TimeProperty
Field Value
Microsoft.
|
Properties
DefaultHighlightedTime
Gets or sets System.
Declaration
public TimeSpan DefaultHighlightedTime { get; set; }
Property Value
System.
|
HourStep
Gets or sets the increment step of the hour time component.
Declaration
public int HourStep { get; set; }
Property Value
System.
|
MaximumTime
Gets or sets the upper limit of the available selection range.
Declaration
public TimeSpan MaximumTime { get; set; }
Property Value
System.
|
MinimumTime
Gets or sets the lower limit of the available selection range.
Declaration
public TimeSpan MinimumTime { get; set; }
Property Value
System.
|
MinuteStep
Gets or sets the increment step of the minute time component.
Declaration
public int MinuteStep { get; set; }
Property Value
System.
|
SecondStep
Gets or sets the increment step of the second time component.
Declaration
public int SecondStep { get; set; }
Property Value
System.
|
Time
Gets or sets the current selection.
Declaration
public Nullable<TimeSpan> Time { get; set; }
Property Value
System.
|