Search
Schedule.setDisableReminders Method
See Also
 






Sets a value indicating whether to completely disable reminders in the whole schedule.

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

 Syntax

Java  Copy Code

public void setDisableReminders (
    boolean value
)

 Parameters

value

true to disable reminders; false to enable them. The default is false.

 See Also