public ReportScheduleInfoYearly SetRecurrencePatternYearly( ReportScheduleInfo scheduleInfo, System.bool isSpecificDayOfYear, System.int specificMonthOfYear, System.int specificDayOfMonth, ReportScheduleInfo.WeekOfMonthType relativeWeekOfMonth, ReportScheduleInfo.DayOfWeekType relativeDayOfWeek, System.int relativeMonthOfYear )
Parameters
- scheduleInfo
- ReportScheduleInfo to be modified
- isSpecificDayOfYear
- Boolean representing the type of yearly pattern that the job will be executed on
- specificMonthOfYear
- Number representing the month of the year the job will be executed on
- specificDayOfMonth
- The Day of the month that the job will be executed on
- 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.
- relativeMonthOfYear
- The month that the job will be executed in
Return Value
ReportScheduleInfoYearly Modified ReportScheduleInfo with the Recurrence pattern set to yearly