Search
Reminder.setMessage Method
See Also
 






Sets the message to display as a reminder.

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

 Syntax

Java  Copy Code

public void setMessage (
    String value
)

 Parameters

value

A string containing the message text.

 See Also