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





Gets or sets the type of daily recurrence.

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

 Syntax

C#  Copy Code

public DailyRecurrence DailyRecurrence { get; set; }

Visual Basic  Copy Code

Public Property DailyRecurrence As DailyRecurrence

 Property Value

One of the DailyRecurrence enumeration values.

 Remarks

The property is used when the Pattern is set to RecurrencePattern.Daily.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace