Exago .NET API Documentation
CreateEveryWeekdaySchedule(String,DateTime,DateTime,Nullable<TimeSpan>,SchedulerEmailInfo) Method
WebReports.Api.Scheduler Namespace > ReportScheduler Class > CreateEveryWeekdaySchedule Method : CreateEveryWeekdaySchedule(String,DateTime,DateTime,Nullable<TimeSpan>,SchedulerEmailInfo) Method
A friendly name that will appear in the Schedule Name column of the  Schedule Manager.
Summary (.NET Xml Comment Files)

The date on which to begin running the schedule.

 If the schedTime argument is null, Exago will use the time component of this argument as the schedule time.
Indicates to the scheduler to cease running by a specific date. Ignored if either rangeNoEndDate is true or rangeEndAfterNOccurrences is greater than zero
The time to run the schedule. If no value is provided or the value is null, the Scheduler Service's will look to the time portion of the rangeStartDate or schedDateTime argument instead.
SchedulerEmailInfo object with Information on email addresses, subject and body. If null, the report output will be instead be saved to the <report_path> in the Scheduler Service's configuration file.
Schedule the Api object's active report to run every weekday, ending after a certain date.
Syntax
public System.string CreateEveryWeekdaySchedule( 
   System.string name,
   System.DateTime rangeStartDate,
   System.DateTime rangeEndDate,
   System.Nullable<TimeSpan> schedTime,
   SchedulerEmailInfo emailInfo
)

Parameters

name
A friendly name that will appear in the Schedule Name column of the  Schedule Manager.
rangeStartDate
Summary (.NET Xml Comment Files)

The date on which to begin running the schedule.

 If the schedTime argument is null, Exago will use the time component of this argument as the schedule time.
rangeEndDate
Indicates to the scheduler to cease running by a specific date. Ignored if either rangeNoEndDate is true or rangeEndAfterNOccurrences is greater than zero
schedTime
The time to run the schedule. If no value is provided or the value is null, the Scheduler Service's will look to the time portion of the rangeStartDate or schedDateTime argument instead.
emailInfo
SchedulerEmailInfo object with Information on email addresses, subject and body. If null, the report output will be instead be saved to the <report_path> in the Scheduler Service's configuration file.

Return Value

jobId string that uniquely identifies the newly created job
See Also

Reference

ReportScheduler Class
ReportScheduler Members
Overload List