Class Appointment
Represents an appointment object.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class Appointment : Event, IEvent, IDataBoundItem, IRemindObject, INotifyPropertyChanged
Constructors
Appointment()
Appointment(DateTime, DateTime)
Initializes a new instance of the Appointment class.
Declaration
public Appointment(DateTime start, DateTime end)
Parameters
System. The start of the new appointment. |
System. The end of the new appointment. |
Appointment(DateTime, DateTime, String)
Initializes a new instance of the Appointment class.
Declaration
public Appointment(DateTime start, DateTime end, string summary)
Parameters
System. The start of the new appointment. |
System. The end of the new appointment. |
System. The summary of the new appointment. |
Appointment(DateTime, DateTime, String, String)
Initializes a new instance of the Appointment class.
Declaration
public Appointment(DateTime start, DateTime end, string summary, string description)
Parameters
System. The start of the new appointment. |
System. The end of the new appointment. |
System. The summary of the new appointment. |
System. The description of the new appointment. |
Appointment(DateTime, DateTime, String, String, String)
Initializes a new instance of the Appointment class.
Declaration
public Appointment(DateTime start, DateTime end, string summary, string description, string location)
Parameters
System. The start of the new appointment. |
System. The end of the new appointment. |
System. The summary of the new appointment. |
System. The description of the new appointment. |
System. The location of the new appointment. |
Appointment(DateTime, TimeSpan)
Initializes a new instance of the Appointment class.
Declaration
public Appointment(DateTime start, TimeSpan duration)
Parameters
System. The start of the new appointment. |
System. The duration of the new appointment. |
Appointment(DateTime, TimeSpan, String)
Initializes a new instance of the Appointment class.
Declaration
public Appointment(DateTime start, TimeSpan duration, string summary)
Parameters
System. The start of the new appointment. |
System. The duration of the new appointment. |
System. The summary of the new appointment. |
Appointment(DateTime, TimeSpan, String, String)
Initializes a new instance of the Appointment class.
Declaration
public Appointment(DateTime start, TimeSpan duration, string summary, string description)
Parameters
System. The start of the new appointment. |
System. The duration of the new appointment. |
System. The summary of the new appointment. |
System. The description of the new appointment. |
Appointment(DateTime, TimeSpan, String, String, String)
Initializes a new instance of the Appointment class.
Declaration
public Appointment(DateTime start, TimeSpan duration, string summary, string description, string location)
Parameters
System. The start of the new appointment. |
System. The duration of the new appointment. |
System. The summary of the new appointment. |
System. The description of the new appointment. |
System. The location of the new appointment. |
Properties
HasExceptions
Gets a value indicating whether this instance has exceptions.
Declaration
public virtual bool HasExceptions { get; }
Property Value
System.
|
HasOccurrences
Gets a value indicating whether this instance has occurrences.
Declaration
public virtual bool HasOccurrences { get; }
Property Value
System.
|
Methods
CreateOccurrenceInstance()
Declaration
protected override Event CreateOccurrenceInstance()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
System.
|