MindFusion.Scheduling for Silverlight Programmer's Guide
Recurrence.Months Property
See Also
 





Gets or sets how many months should pass before the event occurs again.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public int Months { get; set; }

Visual Basic  Copy Code

Public Property Months As Integer

 Property Value

An integer value specifying the number of days between event occurrences. The minimal allowed value is 1.

 Remarks

The value of this property is used when the recurrence Pattern is set to Monthly.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace