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.DateTime
start
The start of the new appointment. |
System.DateTime
end
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.DateTime
start
The start of the new appointment. |
System.DateTime
end
The end of the new appointment. |
System.String
summary
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.DateTime
start
The start of the new appointment. |
System.DateTime
end
The end of the new appointment. |
System.String
summary
The summary of the new appointment. |
System.String
description
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.DateTime
start
The start of the new appointment. |
System.DateTime
end
The end of the new appointment. |
System.String
summary
The summary of the new appointment. |
System.String
description
The description of the new appointment. |
System.String
location
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.DateTime
start
The start of the new appointment. |
System.TimeSpan
duration
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.DateTime
start
The start of the new appointment. |
System.TimeSpan
duration
The duration of the new appointment. |
System.String
summary
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.DateTime
start
The start of the new appointment. |
System.TimeSpan
duration
The duration of the new appointment. |
System.String
summary
The summary of the new appointment. |
System.String
description
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.DateTime
start
The start of the new appointment. |
System.TimeSpan
duration
The duration of the new appointment. |
System.String
summary
The summary of the new appointment. |
System.String
description
The description of the new appointment. |
System.String
location
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.Boolean
|
HasOccurrences
Gets a value indicating whether this instance has occurrences.
Declaration
public virtual bool HasOccurrences { get; }
Property Value
System.Boolean
|
Methods
CreateOccurrenceInstance()
ToString()
Declaration
public override string ToString()
Returns
System.String
|