Gets or sets how many days should pass before the event occurs again.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int Days { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Days As Integer |
An integer value specifying the number of days between event occurrences. The minimal allowed value is 1.
Remarks
See Also