Gets the number of days between occurrences.

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

Syntax

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

See Also