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