Class ShowAddAppointmentViewCommandContext
Inheritance
System.Object
ShowAddAppointmentViewCommandContext
Namespace: Telerik.XamarinForms.Input.Calendar.Commands
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class ShowAddAppointmentViewCommandContext : Object
Constructors
ShowAddAppointmentViewCommandContext()
Declaration
public ShowAddAppointmentViewCommandContext()
Properties
EndDate
The default end date of the appointment.
Declaration
public DateTime EndDate { get; set; }
Property Value
System.DateTime
|
StartDate
The default start date of the appointment.
Declaration
public DateTime StartDate { get; set; }
Property Value
System.DateTime
|