MonthlyRecurrence 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
| MonthlyRecurrence() | |
| MonthlyRecurrence(Int32, Int32, Int32, Int32, Int32, Int32) |
MonthlyRecurrence()
public:
MonthlyRecurrence();
public MonthlyRecurrence ();
Public Sub New ()
Applies to
MonthlyRecurrence(Int32, Int32, Int32, Int32, Int32, Int32)
public:
MonthlyRecurrence(int freqType, int freqInterval, int freqSubdayType, int freqSubdayInterval, int freqRelativeInterval, int freqRecurrenceFactor);
public MonthlyRecurrence (int freqType, int freqInterval, int freqSubdayType, int freqSubdayInterval, int freqRelativeInterval, int freqRecurrenceFactor);
new Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MonthlyRecurrence : int * int * int * int * int * int -> Microsoft.EnterpriseManagement.Monitoring.MaintenanceSchedule.MonthlyRecurrence
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