Gets or sets the recurrence interval.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public TimeSpan Interval { get; set; } |
Visual Basic Copy Code |
---|
Public Property Interval As TimeSpan |
A .NET TimeSpan value indicating the time interval between recurring items.
This value is used when the recurrence Pattern is set to ByTimeInterval.