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