Gets or sets how many months should pass before the event occurs again.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
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
See Also