ASP.NET Pack Programmer's Guide
Recurrence.Weeks Property
See Also
 





Gets or sets the number of weeks between two consecutive occurrences of the event.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int Weeks { get; set; }

Visual Basic  Copy Code

Public Property Weeks As Integer

 Property Value

An integer that specifies the number of weeks.

 Remarks

The property is used when the Pattern is set to RecurrencePattern.Weekly.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace