MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence.EndDate Property
See Also
 





Gets or sets the end date of the recurrence.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public DateTime EndDate { get; set; }

Visual Basic  Copy Code

Public Property EndDate As DateTime

 Property Value

An instance of the System.DateTime structure.

 Remarks

The property is used when RecurrenceEnd is set to RecurrenceEnd.EndDate.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace