Search
Reminder.getTimeInterval Method
See Also
 






Gets 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 Duration getTimeInterval ()

 Return 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