Search
Reminder.setType Method
See Also
 






Sets the type of this reminder.

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

 Syntax

Java  Copy Code

public void setType (
    ReminderType value
)

 Parameters

value

One of the ReminderType constants.

 See Also