MindFusion.Wpf Pack Programmer's Guide
Recurrence.DaysOfWeek Property
See Also
 





Gets or sets on which days of a week the event occurs.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public DaysOfWeek DaysOfWeek { get; set; }

Visual Basic  Copy Code

Public Property DaysOfWeek As DaysOfWeek

 Property Value

A member of the DaysOfWeek enumeration.

 Remarks

This value is used when the recurrence Pattern is set to Weekly.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace