Search
Recurrence.MonthlyRecurrence Property
See Also
 






Gets or sets the type of monthly recurrence.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public MonthlyRecurrence MonthlyRecurrence { get; set; }

Visual Basic  Copy Code

Public Property MonthlyRecurrence As MonthlyRecurrence

 Property Value

A member of the MonthlyRecurrence enumeration.

 Remarks

This value is used when the recurrence Pattern is set to Monthly.

 See Also