MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence.Day Property
See Also
 





Gets or sets a value indicating the day of the week when the event occurs.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public DayOfWeekType Day { get; set; }

Visual Basic  Copy Code

Public Property Day As DayOfWeekType

 Property Value

One of the DayOfWeekType enumeration values.

 Remarks

The property is used when Pattern is set to RecurrencePattern.Monthly or RecurrencePattern.Yearly and the MonthlyRecurrence or YearlyRecurrence properties are set to MonthlyRecurrence.ByDayType.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace