IExceptionOccurrence
Interface
Defines basic properties of a exception from a recurrence pattern.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public interface IExceptionOccurrence : ICopyable<IExceptionOccurrence>
Derived Classes:
Inherited Members
Properties
Gets or sets the exception appointment.
C#
IAppointment Appointment { get; set; }
The appointment.
Gets or sets the exception date.
C#
DateTime ExceptionDate { get; set; }
The exception date.