Schedule the Api object's active report to run every year.
Overload List
Overload | Description |
CreateYearlyScheduleByDescriptionDay(String,Int32,WeekOfMonthType,DayOfWeekType,DateTime,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every year with a relative repetition pattern (e.g. "the second Sunday of June"). The schedule will repeat until it is removed from the system. |
CreateYearlyScheduleByDescriptionDay(String,Int32,WeekOfMonthType,DayOfWeekType,DateTime,Int32,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every year with a relative repetition pattern (e.g. "the second Sunday of June"). The schedule will repeat until it has executed a finite number of times. |
CreateYearlyScheduleByDescriptionDay(String,Int32,WeekOfMonthType,DayOfWeekType,DateTime,Nullable<DateTime>,Nullable<TimeSpan>,SchedulerEmailInfo) | Schedule the Api object's active report to run every year with a relative repetition pattern (e.g. "the second Sunday of June"). The schedule will repeat until a certain date. |