MindFusion.Wpf 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
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public TimeSpan TimeInterval { get; set; }

Visual Basic  Copy Code

Public Property TimeInterval As TimeSpan

 Property Value

A .NET TimeSpan instance specifying how much time before event's scheduled time to trigger the reminder.

 Remarks

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

 See Also

Reminder Members
Reminder Class
MindFusion.Scheduling Namespace