MindFusion.Wpf Pack Programmer's Guide
Recurrence.Weeks Property
See Also
 





Gets or sets how many weeks should pass before the event occurs again.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public int Weeks { get; set; }

Visual Basic  Copy Code

Public Property Weeks As Integer

 Property Value

An integer value specifying the number of weeks between event occurrences. The minimal allowed value is 1.

 Remarks

This value is used when the recurrence Pattern is set to Weekly.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace