PocketPlanner Programmer's Guide

Recurrence.DailyRecurrence Property

See Also

Gets or sets the type of daily recurrence.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public DailyRecurrence DailyRecurrence { get; set; }

Visual Basic

Public Property DailyRecurrence As DailyRecurrence

 Property Value

A member of the DailyRecurrence enumeration.

 Remarks

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

 See Also