Click or drag to resize
WeeklyRecurrenceRule Constructor (Int32, RecurrenceDay, RecurrenceRange, DayOfWeek)
Initializes a new instance of WeeklyRecurrenceRule with the specified interval, days of week bit mask and RecurrenceRange.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public WeeklyRecurrenceRule(
	int interval,
	RecurrenceDay daysOfWeekMask,
	RecurrenceRange range,
	DayOfWeek firstDayOfWeek
)

Parameters

interval
Type: SystemInt32
The number of weeks between the occurrences.
daysOfWeekMask
Type: Kettic.AspNet.ControlsRecurrenceDay
A bit mask that specifies the week days on which the event recurs.
range
Type: Kettic.AspNet.ControlsRecurrenceRange
The RecurrenceRange instance that specifies the range of this rule.
firstDayOfWeek
Type: SystemDayOfWeek
The first day of week to use for calculations.
See Also