Search
RecurrenceException.getIsDeleted Method
See Also
 






Gets a value indicating whether this particular occurrence has been deleted.

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

 Syntax

Java  Copy Code

public boolean getIsDeleted ()

 Return Value

true if this exception identifies a deleted occurrence; otherwise, false.

 See Also