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





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public DayOfWeekType Day { get; set; }

Visual Basic  Copy Code

Public Property Day As DayOfWeekType

 Property Value

A member of the DayOfWeekType enumeration.

 Remarks

This value is used when the recurrence Pattern is set to Monthly or Yearly and MonthlyRecurrence or YearlyRecurrence are set to ByDayType.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace