ASP.NET Pack Programmer's Guide
Reminder.TimeInterval Property
See Also
 





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

 Syntax

C#  Copy Code

public TimeSpan TimeInterval { get; set; }

Visual Basic  Copy Code

Public Property TimeInterval As TimeSpan

 Property Value

An instance of the System.TimeSpan structure.

 Remarks

The value of this property is considered only if the Type of the reminder is set to ReminderType.Leading.

 See Also

Reminder Members
Reminder Class
MindFusion.Scheduling Namespace