Gets or sets how many months should pass before the event occurs again.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int Months { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Months As Integer |
An integer value specifying the number of days between event occurrences. The minimal allowed value is 1.
Remarks
ExampleCheck the Recurrence constructor for an example on how to use this property.
See Also