Class AgendaAppointmentItem
Inheritance
System.Object
AgendaAppointmentItem
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AgendaAppointmentItem : Object
Constructors
AgendaAppointmentItem(DateTime, IAppointment)
Declaration
public AgendaAppointmentItem(DateTime date, IAppointment appointment)
Parameters
System.DateTime
date
|
IAppointment
appointment
|
Properties
Appointment
Date
Declaration
public DateTime Date { get; }
Property Value
System.DateTime
|