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