Marks the specified item as an exception of a recurrence pattern.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void MarkException ( |
Visual Basic
Copy Code
|
|---|
Public Sub MarkException( _ |
The Item instance to be marked as an exception.
Specifies whether the exception is created by deleting one occurrence from the recurrent pattern or by changing the occurrence time properties.
RemarksThe Calendar control calls this method when a user drags an occurrence item or edits its text, thus creating an exception of the recurrence.
ExampleThe following example deletes the occurrences of an existing recurrence that are located in the specified date interval. The example assumes that recurrence identifies an existing Recurrence object.
C#
Copy Code
|
|---|
ItemCollection items = |
Visual Basic
Copy Code
|
|---|
Dim items As ItemCollection = _ |
See Also