MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence.Days Property
See Also
 





Gets or sets the number of days between two consecutive occurrences of the same event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int Days { get; set; }

Visual Basic  Copy Code

Public Property Days As Integer

 Property Value

An integer that specifies the number of days.

 Remarks

This value is used when the recurrence Pattern is set to RecurrencePattern.Daily.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace