Gets or sets how much time before the item's scheduled start time to raise the event that triggers the reminder.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public TimeSpan TimeInterval { get; set; } |
Visual Basic
![]() |
---|
Public Property TimeInterval As TimeSpan |
An instance of the System.TimeSpan structure.
The value of this property is considered only if the Type of the reminder is set to ReminderType.Leading.