WeeklyRecurrencePattern.WeeklyRecurrencePattern

WeeklyRecurrencePattern(DateTime)

Initializes a new instance of the WeeklyRecurrencePattern class.

public WeeklyRecurrencePattern(DateTime endDate)
ParameterTypeDescription
endDateDateTimeThe end date.

See Also


WeeklyRecurrencePattern(int)

Initializes a new instance of the WeeklyRecurrencePattern class.

public WeeklyRecurrencePattern(int occurs)
ParameterTypeDescription
occursInt32The number of occurrences.

See Also


WeeklyRecurrencePattern(DateTime, int)

Initializes a new instance of the WeeklyRecurrencePattern class.

public WeeklyRecurrencePattern(DateTime endDate, int interval)
ParameterTypeDescription
endDateDateTimeThe end date.
intervalInt32The number of recurrence units.

See Also


WeeklyRecurrencePattern(int, int)

Initializes a new instance of the WeeklyRecurrencePattern class.

public WeeklyRecurrencePattern(int occurs, int interval)
ParameterTypeDescription
occursInt32The number of occurrences.
intervalInt32The number of recurrence units.

See Also