ScheduleRuleWeeklyPatternInterval Property  | 
 
            Gets or sets the number of repeatable week periods for the schedule.
            
 
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic int? WeeklyPatternInterval { get; set; }Public Property WeeklyPatternInterval As Integer?
	Get
	Set
public:
property Nullable<int> WeeklyPatternInterval {
	Nullable<int> get ();
	void set (Nullable<int> value);
}member WeeklyPatternInterval : Nullable<int> with get, set
Property Value
Type: 
NullableInt32The number of repeatable week periods.
Exceptions
Remarks
            This property defines the value of N in an "Every N week(s)" pattern.
            When a schedule is created, this property is set to 1 by default.
            This property is only considered when 
PatternType property is set to 
Weekly.
            
See Also