Exago .NET API Documentation
IsDayOfWeek Property
WebReports.Api.Scheduler Namespace > ReportScheduleInfoWeekly Class : IsDayOfWeek Property

The days of the week that the schedule will run.

Syntax
public System.bool[] IsDayOfWeek {get; set;}

Property Value

The days of the week that the schedule will run, as an array of Boolean values.

The schedule will run only on the days contained in the array, with the first element of the array representing Sunday, the second element representing Monday, and so on. The array must contain exactly seven Boolean values. Set the value to true to have the schedule run for that day, or false for it to skip that day.

See Also

Reference

ReportScheduleInfoWeekly Class
ReportScheduleInfoWeekly Members