Class ExceptionOccurrence
Provides class for recurrence rule exceptions.
Inheritance
System.Object
ExceptionOccurrence
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ExceptionOccurrence : Object, IExceptionOccurrence, ICopyable<IExceptionOccurrence>
Constructors
ExceptionOccurrence()
Declaration
public ExceptionOccurrence()
Properties
Appointment
Gets or sets the exception appointment.
Declaration
public IAppointment Appointment { get; set; }
Property Value
IAppointment
The appointment. |
Implements
ExceptionDate
Gets or sets the exception date.
Declaration
public DateTime ExceptionDate { get; set; }
Property Value
System.DateTime
The exception date. |
Implements
Methods
Copy()
Deep copies this instance.
Declaration
public IExceptionOccurrence Copy()
Returns
IExceptionOccurrence
A deep copy of the current object. |
Implements
CopyFrom(IExceptionOccurrence)
Copies from.
Declaration
public void CopyFrom(IExceptionOccurrence other)
Parameters
IExceptionOccurrence
other
The other. |