MindFusion.Scheduling for ASP.NET Programmer's Guide
ReminderType Enumeration
See Also
 





Specifies the type of a reminder.

Namespace: MindFusion.Scheduling
Assembly: Calendar.js

 Syntax

JavaScript  Copy Code

// enum
ReminderType = {}

 Members

  Member name Description

Exact

Value: 0. Trigger the reminder at the exact time specified in its time property. Note: Recurring items cannot have exact reminders.

Leading

Value: 1. Trigger the reminder at the specified timeInterval before the item's scheduled start time. Note: Tasks cannot have leading reminders.

 See Also

MindFusion.Scheduling Namespace