Search
ValidateOccurrenceEvent.getItem Method
See Also
 






Gets a reference to the occurrence being checked for validity.

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

 Syntax

Java  Copy Code

public Item getItem ()

 Return Value

An instance of the Item class specifying the occurrence for which the event is raised.

 Remarks

You can set various properties of this instance without fear that it will become recurrence exception. For example, you can modify the start and/or end time of the item in order to ensure that the item will not appear on weekend days.

 See Also