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





Gets or sets the number of months between two consecutive occurrences of the same event.

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

 Syntax

C#  Copy Code

public int Months { get; set; }

Visual Basic  Copy Code

Public Property Months As Integer

 Property Value

An integer that specifies the number of months.

 Remarks

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

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace