Search
Recurrence.getExceptions Method
See Also
 






Gets the list of all recurrence exceptions.

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

 Syntax

Java  Copy Code

public Collection<RecurrenceException> getExceptions ()

 Return Value

A collection containing all exceptions defined for this recurrence.

 See Also