Class WeeklyRecurrencePattern

WeeklyRecurrencePattern class

Represents a recurrence pattern of weekly recurrence type.

public class WeeklyRecurrencePattern : RecurrencePattern

Constructors

NameDescription
WeeklyRecurrencePattern(DateTime)Initializes a new instance of the WeeklyRecurrencePattern class.
WeeklyRecurrencePattern(int)Initializes a new instance of the WeeklyRecurrencePattern class.
WeeklyRecurrencePattern(DateTime, int)Initializes a new instance of the WeeklyRecurrencePattern class.
WeeklyRecurrencePattern(int, int)Initializes a new instance of the WeeklyRecurrencePattern class.

Properties

NameDescription
EndDate { get; set; }Gets or sets the end date.
Interval { get; set; }Gets or sets the number of recurrence units.
Occurs { get; set; }Gets or sets the number of occurrences of the recurrence pattern.
StartDays { get; set; }Gets or sets the start days.
WeekStart { get; set; }Gets or sets the week start.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also