MindFusion.Scheduling for Xamarin 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

 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