Class ExceptionOccurrence
Inheritance
System.Object
ExceptionOccurrence
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ExceptionOccurrence : Object, IExceptionOccurrence, ICopyable<IExceptionOccurrence>
Constructors
ExceptionOccurrence()
Declaration
public ExceptionOccurrence()
Properties
Appointment
ExceptionDate
Declaration
public DateTime ExceptionDate { get; set; }
Property Value
|
System.DateTime
|
Implements
Methods
Copy()
CopyFrom(IExceptionOccurrence)
Declaration
public void CopyFrom(IExceptionOccurrence other)
Parameters
|
IExceptionOccurrence
other
|