Edit

Share via


Recurrence.WeeklyPattern Constructors

Definition

Overloads

Recurrence.WeeklyPattern()

Initializes a new instance of the WeeklyPattern class.

Recurrence.WeeklyPattern(DateTime, Int32, DayOfTheWeek[])

Initializes a new instance of the WeeklyPattern class with the specified values.

Recurrence.WeeklyPattern()

Initializes a new instance of the WeeklyPattern class.

public:
 WeeklyPattern();
public WeeklyPattern ();
Public Sub New ()

Applies to

Recurrence.WeeklyPattern(DateTime, Int32, DayOfTheWeek[])

Initializes a new instance of the WeeklyPattern class with the specified values.

public:
 WeeklyPattern(DateTime startDate, int interval, ... cli::array <Microsoft::Exchange::WebServices::Data::DayOfTheWeek> ^ daysOfTheWeek);
public WeeklyPattern (DateTime startDate, int interval, params Microsoft.Exchange.WebServices.Data.DayOfTheWeek[] daysOfTheWeek);
Public Sub New (startDate As DateTime, interval As Integer, ParamArray daysOfTheWeek As DayOfTheWeek())

Parameters

startDate
DateTime

The start date of the recurrence pattern.

interval
Int32

The interval between occurrences.

daysOfTheWeek
DayOfTheWeek[]

An array of DayOfTheWeek enumeration values that indicate on which days of the week the event recurs.

Applies to