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