Class
ExceptionOccurrence

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

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

IAppointment

The appointment.

Implements IExceptionOccurrence.Appointment

ExceptionDate

Gets or sets the exception date.

Declaration

cs-api-definition
public DateTime ExceptionDate { get; set; }

Property Value

DateTime

The exception date.

Implements IExceptionOccurrence.ExceptionDate

Methods

Copy()

Deep copies this instance.

Declaration

cs-api-definition
public IExceptionOccurrence Copy()

Returns

IExceptionOccurrence

A deep copy of the current object.

Implements ICopyable<IExceptionOccurrence>.Copy()

CopyFrom(IExceptionOccurrence)

Copies from.

Declaration

cs-api-definition
public void CopyFrom(IExceptionOccurrence other)

Parameters

other

IExceptionOccurrence

The other.

Implements ICopyable<IExceptionOccurrence>.CopyFrom(IExceptionOccurrence)