Class TimePickerContext
Inheritance
System.Object
TimePickerContext
Assembly: Telerik.XamarinForms.ConversationalUI.dll
Syntax
public class TimePickerContext : PickerContext, INotifyPropertyChanged
Constructors
Declaration
public TimePickerContext()
Properties
Declaration
public TimeSpan EndTime { get; set; }
Property Value
Declaration
public Nullable<TimeSpan> SelectedValue { get; set; }
Property Value
|
System.Nullable<System.TimeSpan>
|
Declaration
public TimeSpan StartTime { get; set; }
Property Value
Declaration
public TimeSpan TimeInterval { get; set; }
Property Value
Methods
Declaration
public override bool CanExecuteOk()
Returns
Overrides