PocketPlanner Programmer's Guide

Recurrence.Days Property

See Also

Gets or sets how many days should pass before the event occurs again.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int Days { get; set; }

Visual Basic

Public Property Days As Integer

 Property Value

An integer value specifying the number of days between event occurrences. The minimal allowed value is 1.

 Remarks

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

 See Also