Class TimeSlotTapCommandContext
Command context associated with the Tap event that occurs on tapping a time slot.
Inheritance
Namespace: Telerik.XamarinForms.Input.Calendar.Commands
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class TimeSlotTapCommandContext : Object
Constructors
TimeSlotTapCommandContext(DateTime, DateTime)
Creates a command context associated with the Tap event that occurs on tapping a time slot.
Declaration
public TimeSlotTapCommandContext(DateTime startTime, DateTime endTime)
Parameters
System.DateTime
startTime
Specifies the start time of the time slot where the user has tapped. |
System.DateTime
endTime
Specifies the end time of the time slot where the user has tapped. |
Properties
EndTime
Specifies the end time of the time slot where the user has tapped.
Declaration
public DateTime EndTime { get; }
Property Value
System.DateTime
|
Handled
Specifies whether the default scheduling screen should appear on click.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
StartTime
Specifies the start time of the time slot where the user has tapped.
Declaration
public DateTime StartTime { get; }
Property Value
System.DateTime
|