New to Telerik UI for .NET MAUIStart a free 30-day trial

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: ICopyable<IExceptionOccurrence>IExceptionOccurrence

Constructors

C#
public ExceptionOccurrence()

Properties

Gets or sets the exception appointment.

C#
public IAppointment Appointment { get; set; }
Property Value:

The appointment.

Implements: IExceptionOccurrence.Appointment

Gets or sets the exception date.

C#
public DateTime ExceptionDate { get; set; }
Property Value:

The exception date.

Implements: IExceptionOccurrence.ExceptionDate

Methods

Deep copies this instance.

C#
public IExceptionOccurrence Copy()
Returns:

IExceptionOccurrence

A deep copy of the current object.

Implements: ICopyable<IExceptionOccurrence>.Copy()

Copies from.

C#
public void CopyFrom(IExceptionOccurrence other)
Parameters:otherIExceptionOccurrence

The other.

Implements: ICopyable<IExceptionOccurrence>.CopyFrom(IExceptionOccurrence)