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