Gets the days counted by Occurrence (e.g. weekdays, Fridays).

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public DayOfRecurrence DayOfRecurrence { get; }
Visual Basic
Public ReadOnly Property DayOfRecurrence As DayOfRecurrence
	Get
Visual C++
public:
property DayOfRecurrence DayOfRecurrence {
	DayOfRecurrence get ();
}

See Also