Search
Recurrence.Interval Property
See Also
 





Gets or sets the recurrence interval.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public TimeSpan Interval { get; set; }

Visual Basic  Copy Code

Public Property Interval As TimeSpan

 Property Value

A .NET TimeSpan value indicating the time interval between recurring items.

 Remarks

This value is used when the recurrence Pattern is set to ByTimeInterval.

 See Also