WeeklyRecurrencePattern

WeeklyRecurrencePattern class

Represents a recurrence pattern of weekly recurrence type.

The WeeklyRecurrencePattern type exposes the following members:

Constructors

NameDescription
WeeklyRecurrencePattern(end_date)Initializes a new instance of the WeeklyRecurrencePattern class
WeeklyRecurrencePattern(occurs)Initializes a new instance of the WeeklyRecurrencePattern class
WeeklyRecurrencePattern(end_date, interval)Initializes a new instance of the WeeklyRecurrencePattern class
WeeklyRecurrencePattern(occurs, interval)Initializes a new instance of the WeeklyRecurrencePattern class

Properties

NameDescription
intervalGets or sets the number of recurrence units.
occursGets or sets the number of occurrences of the recurrence pattern.
end_dateGets or sets the end date.
week_startGets or sets the week start.
start_daysGets or sets the start days.

See Also