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





Specifies the types of various monthly recurrence patterns.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public enum MonthlyRecurrence

Visual Basic  Copy Code

Public Enum MonthlyRecurrence

 Members

  Member name Value Description

ByDayNumber

0

The event occurs on the given day of the month.

ByDayType

1

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

 See Also

MindFusion.Scheduling Namespace