Search
Reminder.setTimeInterval Method
See Also
 






Sets how much time before the item's scheduled start time to raise the event that triggers the reminder.

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

 Syntax

Java  Copy Code

public void setTimeInterval (
    Duration value
)

 Parameters

value

A Duration instance specifying how much time before event's scheduled time to trigger the reminder.

 Remarks

This value is considered only if getType is ReminderType.Leading.

 See Also