Recurrence.DailyPattern Constructors

Definition

Overloads

Recurrence.DailyPattern()

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.DailyPattern class.

Recurrence.DailyPattern(DateTime, Int32)

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.DailyPattern class.

Recurrence.DailyPattern()

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.DailyPattern class.

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

Applies to

Recurrence.DailyPattern(DateTime, Int32)

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.DailyPattern class.

public:
 DailyPattern(DateTime startDate, int interval);
public DailyPattern (DateTime startDate, int interval);
Public Sub New (startDate As DateTime, interval As Integer)

Parameters

startDate
DateTime

The date and time when the recurrence starts.

interval
Int32

The number of days between each occurrence.

Applies to