PocketPlanner Programmer's Guide

Recurrence.EndDate Property

See Also

Gets or sets the end date of the recurrence.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public DateTime EndDate { get; set; }

Visual Basic

Public Property EndDate As DateTime

 Property Value

A DateTime object specifying the end date of the recurring event.

 Remarks

This property is considered by the recurrence only if the RecurrenceEnd is set to EndDate.

 See Also