Exago .NET API Documentation
SetRecurrencePatternMonthly Method
WebReports.Api.Scheduler Namespace > ReportScheduler Class : SetRecurrencePatternMonthly Method
ReportScheduleInfo to be edited
Boolean representing the type of monthly pattern that the job will be executed on
Number representing the day of the month the job will be executed on
Number of months between executions of the job
The week of the N month that the job will be executed on
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.
The number of weeks between job executions
Convenience method that sets the provided ReportScheduleInfo's RecurrencePattern to Monthly with provided parameters.
Syntax

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
See Also

Reference

ReportScheduler Class
ReportScheduler Members