Recurrence.MonthlyRegenerationPattern Constructores

Definición

Sobrecargas

Recurrence.MonthlyRegenerationPattern()

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

Recurrence.MonthlyRegenerationPattern(DateTime, Int32)

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

Recurrence.MonthlyRegenerationPattern()

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

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

Se aplica a

Recurrence.MonthlyRegenerationPattern(DateTime, Int32)

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

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

Parámetros

startDate
DateTime

La fecha y la hora cuando se inicia la periodicidad.

interval
Int32

El número de meses entre repeticiones anteriores y siguiente.

Se aplica a