Initializes a new instance of the EveryNDaysRecurrencePattern class.

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

Syntax

C#
public EveryNDaysRecurrencePattern(
	int dailyInterval
)
Visual Basic
Public Sub New ( _
	dailyInterval As Integer _
)
Visual C++
public:
EveryNDaysRecurrencePattern(
	int dailyInterval
)

Parameters

dailyInterval
Type: System..::..Int32
The number of days between occurrences.

See Also