ASP.NET Pack Programmer's Guide
RecurrencePattern Enumeration
See Also
 





Specifies the pattern of recurrence for a task.

Namespace: MindFusion.Scheduling
Package: Calendar.js

 Syntax

JavaScript  Copy Code

// enum
RecurrencePattern = {}

 Members

  Member name Description

ByTimeInterval

Value: 4. The event occurs by a specified time interval.

Daily

Value: 0. The event occurs daily.

Monthly

Value: 2. The event occurs monthly.

Weekly

Value: 1. The event occurs weekly.

Yearly

Value: 3. The event occurs yearly.

 See Also

MindFusion.Scheduling Namespace