Recurrence.MonthlyPattern Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Recurrence.MonthlyPattern() |
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern class. |
Recurrence.MonthlyPattern(DateTime, Int32, Int32) |
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern class. |
Recurrence.MonthlyPattern()
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern class.
public:
MonthlyPattern();
public MonthlyPattern ();
Public Sub New ()
Applies to
Recurrence.MonthlyPattern(DateTime, Int32, Int32)
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.MonthlyPattern class.
public:
MonthlyPattern(DateTime startDate, int interval, int dayOfMonth);
public MonthlyPattern (DateTime startDate, int interval, int dayOfMonth);
Public Sub New (startDate As DateTime, interval As Integer, dayOfMonth As Integer)
Parameters
- startDate
- DateTime
The date and time when the recurrence starts.
- interval
- Int32
The number of months between each occurrence.
- dayOfMonth
- Int32
The day of the month when each occurrence happens.