New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Attributes
Description
EncodedID
EncodedRecurrenceParentID
End
ID
RecurrenceParentID
RecurrenceRule
RecurrenceState
Reminders
Resources
Start
Subject
TimeZoneID
Visible
srcAppointment
destAppointment
Telerik.Web.UI.AppointmentData
Represents the appointment data for an appointment such as Start, End, Subject, Description, etc.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.AppointmentData : IAppointmentData
Properties
Attributes IDictionary
2`
Gets or sets the attributes.
Description String
Gets or sets the description.
EncodedID Object
Gets or sets the encoded ID.
EncodedRecurrenceParentID Object
Gets or sets the encoded RecurrenceParentID.
End DateTime
Gets or sets the end.
ID Object
Gets or sets the ID.
RecurrenceParentID Object
Gets or sets the recurrence parent ID.
RecurrenceRule String
Gets or sets the recurrence rule.
RecurrenceState RecurrenceState
Gets or sets the state of the recurrence.
Reminders IList
1`
Gets or sets the reminders.
Resources IList
1`
Gets or sets the resources.
Start DateTime
Gets or sets the start.
Subject String
Gets or sets the subject.
TimeZoneID Object
Gets or sets the time zone ID.
Visible Boolean
Gets or sets the visible.
Methods
CopyFrom
Copies from.
Parameters
srcAppointment Telerik.Web.UI.Appointment
The SRC appointment.
Returns
System.Void
CopyTo
Copies to.
Parameters
destAppointment Telerik.Web.UI.Appointment
The dest appointment.
Returns
System.Void