Recurrence.YearlyPattern 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.YearlyPattern() |
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern class. |
Recurrence.YearlyPattern(DateTime, Month, Int32) |
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern class. |
Recurrence.YearlyPattern()
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern class.
public:
YearlyPattern();
public YearlyPattern ();
Public Sub New ()
Applies to
Recurrence.YearlyPattern(DateTime, Month, Int32)
Initializes a new instance of the Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern class.
public:
YearlyPattern(DateTime startDate, Microsoft::Exchange::WebServices::Data::Month month, int dayOfMonth);
public YearlyPattern (DateTime startDate, Microsoft.Exchange.WebServices.Data.Month month, int dayOfMonth);
Parameters
- startDate
- DateTime
The date and time when the recurrence starts.
- month
- Month
The month of the year each occurrence happens.
- dayOfMonth
- Int32
The day of the month each occurrence happens.