Gets which occurrence of the DayOfRecurrence the item recurs on (e.g. first, last).

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

Syntax

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

See Also