Search
Schedule.getDisableReminders Method
See Also
 






Gets 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 boolean getDisableReminders ()

 Return Value

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

 See Also