ASP.NET Pack Programmer's Guide
Recurrence.MonthlyRecurrence Property
See Also
 





Gets or sets the type of monthly recurrence.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public MonthlyRecurrence MonthlyRecurrence { get; set; }

Visual Basic  Copy Code

Public Property MonthlyRecurrence As MonthlyRecurrence

 Property Value

One of the MonthlyRecurrence enumeration values.

 Remarks

The property is used when the Pattern is set to RecurrencePattern.Monthly.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace