ASP.NET Pack Programmer's Guide
Recurrence.DaysOfWeek Property
See Also
 





Gets or sets the days of the week when the event occurs.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public DaysOfWeek DaysOfWeek { get; set; }

Visual Basic  Copy Code

Public Property DaysOfWeek As DaysOfWeek

 Property Value

One of the DaysOfWeek enumeration values.

 Remarks

This property is used when the Pattern is set to RecurrencePattern.Weekly.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace