PocketPlanner 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: PocketPlanner

 Syntax

C#

public TimeSpan TimeInterval { get; set; }

Visual Basic

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