MonthlyDOWRecurrence Constructors

Definition

Overloads

MonthlyDOWRecurrence()
MonthlyDOWRecurrence(Int32, Int32, Int32, Int32, Int32, Int32)

MonthlyDOWRecurrence()

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

Applies to

MonthlyDOWRecurrence(Int32, Int32, Int32, Int32, Int32, Int32)

public:
 MonthlyDOWRecurrence(int freqType, int freqInterval, int freqSubdayType, int freqSubdayInterval, int freqRelativeInterval, int freqRecurrenceFactor);
public MonthlyDOWRecurrence (int freqType, int freqInterval, int freqSubdayType, int freqSubdayInterval, int freqRelativeInterval, int freqRecurrenceFactor);
new Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MonthlyDOWRecurrence : int * int * int * int * int * int -> Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MonthlyDOWRecurrence
Public Sub New (freqType As Integer, freqInterval As Integer, freqSubdayType As Integer, freqSubdayInterval As Integer, freqRelativeInterval As Integer, freqRecurrenceFactor As Integer)

Parameters

freqType
Int32
freqInterval
Int32
freqSubdayType
Int32
freqSubdayInterval
Int32
freqRelativeInterval
Int32
freqRecurrenceFactor
Int32

Applies to