Search
Calendar.EndDate Property
See Also
 





Gets or sets the last date displayed in the calendar.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public DateTime EndDate { get; set; }

Visual Basic  Copy Code

Public Property EndDate As DateTime

 Property Value

A .NET DateTime object. The initial value is set 30 days after Date.

 Remarks

This member is only valid in WeekRange and Resource views.

 See Also