Search
Task.getReminder Method
See Also
 






Gets the reminder for this task.

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

 Syntax

Java  Copy Code

public Reminder getReminder ()

 Return Value

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

 See Also