Search
ReminderType Enumeration
See Also
 






Specifies the type of a reminder.

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

 Syntax

Java  Copy Code

public enum ReminderType

 Members

  Member name Description

Exact

Trigger the reminder at the exact time specified by its Reminder.getTime method.

Note: Recurring items cannot have exact reminders.

Leading

Trigger the reminder at the time specified by Reminder.getTimeInterval before the item's scheduled start time.

Note: Tasks cannot have leading reminders.

 See Also