Search
MonthlyRecurrence Enumeration
See Also
 






Specifies monthly recurrence patterns.

Namespace: MindFusion.Scheduling
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
MonthlyRecurrence = {}

 Members

  Member name Description

ByDayNumber

The event occurs on the given day of the month.

ByDayType

The event occurs on a given type of day in the specified week of the month.

 Remarks

Used by the Recurrence.monthly property of the Recurrence class.

 See Also