Gets the reminder for this item.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public abstract Reminder getReminder () |
An instance of the Reminder class.
If the reminder type is ReminderType.Exact, the ScheduleListener.itemReminderTriggered event is raised at the time set in the reminder's Reminder.getTime property. If the reminder type is ReminderType.Leading, the ScheduleListener.itemReminderTriggered event is raised certain amount of time prior to the item's getStartTime, as specified in the reminder's Reminder.getTimeInterval property.
Note: Recurring items cannot have leading reminders.