Overload | Description |
---|---|
CreateMonthlyScheduleByNumericDay(String,Int32,Int32,DateTime,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every month on a specific day of that month (e.g. when numericDay is 30, the schedule will run on the 30th of every month. If the month does not have that day (e.g. February does not have 30 days) then the schedule will be adjusted back to the closest day to insure the schedule is executed (e.g. the schedule will run on February 28 instead). The schedule will repeat until it is removed from the system. |
CreateMonthlyScheduleByNumericDay(String,Int32,Int32,DateTime,Int32,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every month on a specific day of that month (e.g. when numericDay is 30, the schedule will run on the 30th of every month. If the month does not have that day (e.g. February does not have 30 days) then the schedule will be adjusted back to the closest day to insure the schedule is executed (e.g. the schedule will run on February 28 instead). The schedule will repeat until it has run a finite number of times. |
CreateMonthlyScheduleByNumericDay(String,Int32,Int32,DateTime,DateTime,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every month on a specific day of that month (e.g. when numericDay is 30, the schedule will run on the 30th of every month. If the month does not have that day (e.g. February does not have 30 days) then the schedule will be adjusted back to the closest day to insure the schedule is executed (e.g. the schedule will run on February 28 instead). The schedule will run until a certain date. |