ActiveReports 12 Server User Guide
StartDayOfWeek Property

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.Scheduling Namespace > RecurrenceRule Class : StartDayOfWeek Property
Gets or sets the start day of week. This is significant when a WEEKLY RRULE has an interval greater than 1, and a BYDAY rule part is specified. This is also significant when in a YEARLY RRULE when a BYWEEKNO rule part is specified. The default value is MO.
Syntax
'Declaration
 
Public Property StartDayOfWeek As DayOfWeek
public DayOfWeek StartDayOfWeek {get; set;}

Property Value

The start day of week.
See Also

Reference

RecurrenceRule Class
RecurrenceRule Members