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
SyntaxJava
Copy Code
|
|---|
public Duration getTimeInterval () |
A Duration instance specifying how much time before event's scheduled time to trigger the reminder.
RemarksThis value is considered only if getType is ReminderType.Leading.
See Also