Specifies the type of a reminder.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public enum ReminderType |
Visual Basic
Copy Code
|
|---|
Public Enum ReminderType |
Members| Member name | Description | |
|---|---|---|
![]() |
Exact |
Trigger the reminder at the exact time specified in its Time property. Note: Recurring items cannot have exact reminders. |
![]() |
Leading |
Trigger the reminder at the specified TimeInterval before the item's scheduled start time. Note: Tasks cannot have leading reminders. |
See Also