Recurrence.YearlyPattern Constructores

Definición

Sobrecargas

Recurrence.YearlyPattern()

Inicializa una nueva instancia de la clase Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern.

Recurrence.YearlyPattern(DateTime, Month, Int32)

Inicializa una nueva instancia de la clase Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern.

Recurrence.YearlyPattern()

Inicializa una nueva instancia de la clase Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern.

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

Se aplica a

Recurrence.YearlyPattern(DateTime, Month, Int32)

Inicializa una nueva instancia de la clase Microsoft.Exchange.WebServices.Data.Recurrence.YearlyPattern.

public:
 YearlyPattern(DateTime startDate, Microsoft::Exchange::WebServices::Data::Month month, int dayOfMonth);
public YearlyPattern (DateTime startDate, Microsoft.Exchange.WebServices.Data.Month month, int dayOfMonth);

Parámetros

startDate
DateTime

La fecha y la hora cuando se inicia la periodicidad.

month
Month

El mes del año en que sucede cada aparición.

dayOfMonth
Int32

El día del mes que sucede cada aparición.

Se aplica a