Marks the specified item as an exception of a recurrence pattern. Namespace: MindFusion.Scheduling
|
C# |
---|
public void MarkException ( |
Visual Basic |
---|
Public Sub MarkException ( _ |
The Calendar control calls this method when a user drags an occurrence item or edits its text, thus creating an exception of the recurrence.
The 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# |
---|
ItemCollection items = |
Visual Basic |
---|
Dim items As ItemCollection = _ |