Search
Recurrence.markException Method
See Also
 






Marks the specified item as an exception of a recurrence pattern.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void markException (
    Item item,
    boolean deleted
)

 Parameters

item

The Item instance to be marked as an exception.

deleted

Specifies whether the exception is created by deleting one occurrence from the recurrent pattern or by changing the properties of the occurrence.

 See Also