PocketPlanner Programmer's Guide

Recurrence.Interval Property

See Also

Gets or sets the recurrence interval.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public TimeSpan Interval { get; set; }

Visual Basic

Public Property Interval As TimeSpan

 Property Value

A TimeSpan value indicating the time interval between recurring items.

 Remarks

This value is used when the recurrence Pattern is set to ByTimeInterval.

 See Also