Class
AgendaAppointmentWrapper

Definition

Constructors

AgendaAppointmentWrapper(Appointment, RadScheduler)

Declaration

cs-api-definition
public AgendaAppointmentWrapper(Appointment appointment, RadScheduler schedulerData)

Parameters

appointment

Appointment

schedulerData

RadScheduler

Properties

Date

the Appointment Date without time component

Declaration

cs-api-definition
public DateTime Date { get; }

Property Value

DateTime

Time

Declaration

cs-api-definition
public string Time { get; }

Property Value

string