Gets or sets how much time before the item's scheduled start time to raise the event that triggers the reminder.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public TimeSpan TimeInterval { get; set; } |
Visual Basic Copy Code |
---|
Public Property TimeInterval As TimeSpan |
A TimeSpan instance specifying how much time before event's scheduled time to trigger the reminder.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |