ExceptionOccurrence
Class
Provides class for recurrence rule exceptions.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ExceptionOccurrence : IExceptionOccurrence, ICopyable<IExceptionOccurrence>
Inheritance: objectExceptionOccurrence
Implements:
Constructors
C#
public ExceptionOccurrence()
Properties
Gets or sets the exception appointment.
C#
public IAppointment Appointment { get; set; }
The appointment.
Implements:
Gets or sets the exception date.
C#
public DateTime ExceptionDate { get; set; }
The exception date.
Implements:
Methods
Deep copies this instance.
C#
public IExceptionOccurrence Copy()
A deep copy of the current object.
Implements:
Copies from.
C#
public void CopyFrom(IExceptionOccurrence other)
The other.
Implements: