MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence.MarkException Method
See Also
 





Marks the specified item as an exception in the Recurrence pattern.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void MarkException (
    Item item,
    bool deleted
)

Visual Basic  Copy Code

Public Sub MarkException ( _
    item As Item, _
    deleted As Boolean _
)

 Parameters

item
Type: Item
The Item to be marked as an exception.
deleted

Type: Boolean
Specifies whether the exception is created by deleting one occurrence from the recurrent pattern or by changing the occurrence time properties.

 Remarks

The Calendar control calls this method when a user drags an occurrence item or edits its text, thus creating an exception of the recurrence.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace