Search
Task.setReminder Method
See Also
 






Sets the reminder for this task.

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

 Syntax

Java  Copy Code

public void setReminder (
    Reminder value
)

 Parameters

value

A Reminder instance specifying when the task should be reminded of. The default is null.

 See Also