public ReportScheduleInfoMonthly SetRecurrencePatternMonthly( ReportScheduleInfo scheduleInfo, System.bool isSpecificDayofMonth, System.int specificDayOfMonth, System.int specificEveryNMonths, ReportScheduleInfo.WeekOfMonthType relativeWeekOfMonth, ReportScheduleInfo.DayOfWeekType relativeDayOfWeek, System.int relativeEveryNMonths )
Parameters
- scheduleInfo
- ReportScheduleInfo to be edited
- isSpecificDayofMonth
- Boolean representing the type of monthly pattern that the job will be executed on
- specificDayOfMonth
- Number representing the day of the month the job will be executed on
- specificEveryNMonths
- Number of months between executions of the job
- relativeWeekOfMonth
- The week of the N month that the job will be executed on
- relativeDayOfWeek
- The day or days of each week on which the schedule runs, used in conjunction with ordinal. Use one of the ReportScheduleInfo.DayOfWeekType Enumeration members.
- relativeEveryNMonths
- The number of weeks between job executions
Return Value
ReportScheduleInfoMonthly Modified ReportScheduleInfo with the Recurrence pattern set to monthly