Search
ValidateOccurrenceEvent.setIgnore Method
See Also
 






Sets a value indicating whether this occurrence should be ignored in the pattern.

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

 Syntax

Java  Copy Code

public void setIgnore (
    boolean value
)

 Parameters

value

true, to prevent this occurrence from appearing in the recurrence pattern; otherwise, false. The default is false.

 Remarks

You can use this property to filter out occurrences of the pattern, which do not meet certain criteria. For example, you can remove all occurrences on weekend days.

 See Also