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





Gets or sets the interval of recurrence.

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

 Syntax

C#  Copy Code

public TimeSpan Interval { get; set; }

Visual Basic  Copy Code

Public Property Interval As TimeSpan

 Property Value

An instance of the System.TimeSpan structure.

 Remarks

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

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace